Html Css Color HEX #C475CE Orchid

📋 copy color: '#C475CE'

red 196 ◦ green 117 ◦ blue 206

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

Shades of Orchid #C475CE

Tints of Orchid #C475CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

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

R = 37.76%
G = 22.54%
B = 39.69%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C475CE (or 0xC475CE) is known color: Orchid. HEX triplet: C4, 75 and CE. RGB value is (196,117,206). Sum of RGB (Red+Green+Blue) = 196+117+206=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C475CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CE is #3B8A31. Grayscale: #969696. Windows color (decimal): -3902002 or 13530564. OLE color: 13530564.

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

Color convert

RGB 196 117 206 -
CMYK 0.05 0.43 0 0.19
HSL 293.26º 0.48% 0.63% -
HSV(B) 293.26º 0.43% 0.81% -
XYZ 40.27 28.91 61.85 -
YUV 150.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 196 117 206 0.05 0.43 0 0.19 293.26 0.48 0.63
Hex C4 75 CE 5 2B 0 13 125 30 3F
Octal 304 165 316 5 53 0 23 445 60 77
Binary 11000100 1110101 11001110 101 101011 0 10011 100100101 110000 111111

Color Harmonies of #C475CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475CE

Black with #C475CE

Text Example


Text Example

White with #C475CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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