#C970C3

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

Shades of Orchid #C970C3

Tints of Orchid #C970C3

Color information

#C970C3 (or 0xC970C3) is unknown color: approx Orchid. HEX triplet: C9, 70 and C3. RGB value is (201,112,195). Sum of RGB (Red+Green+Blue) = 201+112+195=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C970C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970C3 is #368F3C. Grayscale: #939393. Windows color (decimal): -3575613 or 12808393. OLE color: 12808393.

HSL color Cylindrical-coordinate representation of color #C970C3: hue angle of 304.04º 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 #C970C3 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201112195-
CMYK00.440.030.21
HSL304.04º45.18%61.37%-
HSV(B)304.04º44.28%78.82%-
XYZ39.7327.9554.93-
YUV148.07154.49165.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=39.57%
G=22.05%
B=38.39%

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
Decimal20111219500.440.030.21304.0445.1861.37
HexC970C302C3151302d3d
Octal3111603030543254605575
Binary1100100111100001100001101011001110101100110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C970C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C970C3; }

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

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

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

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

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

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

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

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