Html Css Color HEX #C474CE Orchid

📋 copy color: '#C474CE'

red 196 ◦ green 116 ◦ blue 206

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

Shades of Orchid #C474CE

Tints of Orchid #C474CE

RGB

 RED value IS 196 (76.95% from 255) = 37.84%

 GREEN value IS 116 (45.7% from 255) = 22.39%

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 37.84%
G = 22.39%
B = 39.77%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C474CE (or 0xC474CE) is known color: Orchid. HEX triplet: C4, 74 and CE. RGB value is (196,116,206). Sum of RGB (Red+Green+Blue) = 196+116+206=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C474CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474CE is #3B8B31. Grayscale: #959595. Windows color (decimal): -3902258 or 13530308. OLE color: 13530308.

HSL color Cylindrical-coordinate representation of color #C474CE: hue angle of 293.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C474CE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 116 206 -
CMYK 0.05 0.44 0 0.19
HSL 293.33º 0.48% 0.63% -
HSV(B) 293.33º 0.44% 0.81% -
XYZ 40.15 28.68 61.81 -
YUV 150.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 196 116 206 0.05 0.44 0 0.19 293.33 0.48 0.63
Hex C4 74 CE 5 2C 0 13 125 30 3F
Octal 304 164 316 5 54 0 23 445 60 77
Binary 11000100 1110100 11001110 101 101100 0 10011 100100101 110000 111111

Color Harmonies of #C474CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474CE

Black with #C474CE

Text Example


Text Example

White with #C474CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474CE; }

 p { color: rgb(196,116,206); }

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

background-color css

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

 a { background-color: rgb(196,116,206); }

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

border-color css

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

 span { border-color: rgb(196,116,206); }

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