#C970C2

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

Shades of Orchid #C970C2

Tints of Orchid #C970C2

Color information

#C970C2 (or 0xC970C2) is unknown color: approx Orchid. HEX triplet: C9, 70 and C2. RGB value is (201,112,194). Sum of RGB (Red+Green+Blue) = 201+112+194=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C970C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970C2 is #368F3D. Grayscale: #939393. Windows color (decimal): -3575614 or 12742857. OLE color: 12742857.

HSL color Cylindrical-coordinate representation of color #C970C2: hue angle of 304.72º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970C2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201112194-
CMYK00.440.030.21
HSL304.72º45.18%61.37%-
HSV(B)304.72º44.28%78.82%-
XYZ39.6227.954.34-
YUV147.96153.99165.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 112 (44.14% from 255) = 22.09%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=39.64%
G=22.09%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111219400.440.030.21304.7245.1861.37
HexC970C202C3151312d3d
Octal3111603020543254615575
Binary1100100111100001100001001011001110101100110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C970C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C970C2; }

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

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

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

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

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

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

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

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