#C970CB

Color #C970CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C970CB

Tints of Orchid #C970CB

Color information

#C970CB (or 0xC970CB) is unknown color: approx Orchid. HEX triplet: C9, 70 and CB. RGB value is (201,112,203). Sum of RGB (Red+Green+Blue) = 201+112+203=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C970CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970CB is #368F34. Grayscale: #949494. Windows color (decimal): -3575605 or 13332681. OLE color: 13332681.

HSL color Cylindrical-coordinate representation of color #C970CB: hue angle of 298.68º 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 #C970CB is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201112203-
CMYK0.010.4500.20
HSL298.68º46.67%61.76%-
HSV(B)298.68º44.83%79.61%-
XYZ40.6628.3259.82-
YUV148.98158.49165.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 112 (44.14% from 255) = 21.71%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=38.95%
G=21.71%
B=39.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011122030.010.4500.20298.6846.6761.76
HexC970CB12D01412b2f3e
Octal3111603131550244535776
Binary110010011110000110010111101101010100100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C970CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C970CB; }

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

 H1.HeaderClassName
 {
   color: #C970CB;
 }
 .AnyTagClassName
 {
   color: #C970CB;
 }
</style>
background-color css

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

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

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

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

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

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