Html Css Color HEX #C344FA Medium Orchid

📋 copy color: '#C344FA'

red 195 ◦ green 68 ◦ blue 250

#C344FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C344FA

Tints of Medium Orchid #C344FA

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

 GREEN value IS 68 (26.95% from 255) = 13.26%

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 38.01%
G = 13.26%
B = 48.73%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C344FA (or 0xC344FA) is known color: Medium Orchid. HEX triplet: C3, 44 and FA. RGB value is (195,68,250). Sum of RGB (Red+Green+Blue) = 195+68+250=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #C344FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344FA is #3CBB05. Grayscale: #7E7E7E. Windows color (decimal): -3980038 or 16401603. OLE color: 16401603.

HSL color Cylindrical-coordinate representation of color #C344FA: hue angle of 281.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C344FA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 68 250 -
CMYK 0.22 0.73 0 0.02
HSL 281.87º 0.95% 0.62% -
HSV(B) 281.87º 0.73% 0.98% -
XYZ 41.83 22.64 92.61 -
YUV 126.72 197.58 176.7 -
System Red Green Blue C M Y K H S L
Decimal 195 68 250 0.22 0.73 0 0.02 281.87 0.95 0.62
Hex C3 44 FA 16 49 0 2 11A 5F 3E
Octal 303 104 372 26 111 0 2 432 137 76
Binary 11000011 1000100 11111010 10110 1001001 0 10 100011010 1011111 111110

Color Harmonies of #C344FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344FA

Black with #C344FA

Text Example


Text Example

White with #C344FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344FA; }

 p { color: rgb(195,68,250); }

 H1.HeaderClassName
 {
   color: #C344FA;
 }
 .AnyTagClassName
 {
   color: #C344FA;
 }
</style>

background-color css

<style>
 a { background-color: #C344FA; }

 a { background-color: rgb(195,68,250); }

 div.DivClassName
 {
   background-color: #C344FA;
 }
 .BgClassName
 {
   background-color: #C344FA;
 }
</style>

border-color css

<style>
 span { border-color: #C344FA; }

 span { border-color: rgb(195,68,250); }

 td.TdClassName
 {
   border-color: #C344FA;
 }
 .TagClassName
 {
   border-color: #C344FA;
 }
</style>