Html Css Color HEX #C470CB Orchid

📋 copy color: '#C470CB'

red 196 ◦ green 112 ◦ blue 203

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

Shades of Orchid #C470CB

Tints of Orchid #C470CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 38.36%
G = 21.92%
B = 39.73%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C470CB (or 0xC470CB) is known color: Orchid. HEX triplet: C4, 70 and CB. RGB value is (196,112,203). Sum of RGB (Red+Green+Blue) = 196+112+203=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C470CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470CB is #3B8F34. Grayscale: #939393. Windows color (decimal): -3903285 or 13332676. OLE color: 13332676.

HSL color Cylindrical-coordinate representation of color #C470CB: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C470CB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 112 203 -
CMYK 0.03 0.45 0 0.20
HSL 295.38º 0.47% 0.62% -
HSV(B) 295.38º 0.45% 0.8% -
XYZ 39.34 27.64 59.76 -
YUV 147.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 196 112 203 0.03 0.45 0 0.20 295.38 0.47 0.62
Hex C4 70 CB 3 2D 0 14 127 2F 3E
Octal 304 160 313 3 55 0 24 447 57 76
Binary 11000100 1110000 11001011 11 101101 0 10100 100100111 101111 111110

Color Harmonies of #C470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470CB

Black with #C470CB

Text Example


Text Example

White with #C470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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