#C975DC

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

Shades of Orchid #C975DC

Tints of Orchid #C975DC

Color information

#C975DC (or 0xC975DC) is unknown color: approx Orchid. HEX triplet: C9, 75 and DC. RGB value is (201,117,220). Sum of RGB (Red+Green+Blue) = 201+117+220=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C975DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975DC is #368A23. Grayscale: #999999. Windows color (decimal): -3574308 or 14448073. OLE color: 14448073.

HSL color Cylindrical-coordinate representation of color #C975DC: hue angle of 288.93º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C975DC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201117220-
CMYK0.090.4700.14
HSL288.93º59.54%66.08%-
HSV(B)288.93º46.82%86.27%-
XYZ43.3730.3171.27-
YUV153.86165.33161.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 117 (46.09% from 255) = 21.75%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=37.36%
G=21.75%
B=40.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011172200.090.4700.14288.9359.5466.08
HexC975DC92F0E1213c42
Octal311165334115701644174102
Binary110010011110101110111001001101111011101001000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975DC; }

 p { color: rgb(201,117,220); }

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

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

 a { background-color: rgb(201,117,220); }

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

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

 span { border-color: rgb(201,117,220); }

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