Html Css Color HEX #C470CE Orchid

📋 copy color: '#C470CE'

red 196 ◦ green 112 ◦ blue 206

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

Shades of Orchid #C470CE

Tints of Orchid #C470CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 38.13%
G = 21.79%
B = 40.08%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C470CE (or 0xC470CE) is known color: Orchid. HEX triplet: C4, 70 and CE. RGB value is (196,112,206). Sum of RGB (Red+Green+Blue) = 196+112+206=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C470CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470CE is #3B8F31. Grayscale: #939393. Windows color (decimal): -3903282 or 13529284. OLE color: 13529284.

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

Color convert

RGB 196 112 206 -
CMYK 0.05 0.46 0 0.19
HSL 293.62º 0.49% 0.62% -
HSV(B) 293.62º 0.46% 0.81% -
XYZ 39.7 27.78 61.66 -
YUV 147.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 196 112 206 0.05 0.46 0 0.19 293.62 0.49 0.62
Hex C4 70 CE 5 2E 0 13 126 31 3E
Octal 304 160 316 5 56 0 23 446 61 76
Binary 11000100 1110000 11001110 101 101110 0 10011 100100110 110001 111110

Color Harmonies of #C470CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470CE

Black with #C470CE

Text Example


Text Example

White with #C470CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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