#C975D3

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

Shades of Orchid #C975D3

Tints of Orchid #C975D3

Color information

#C975D3 (or 0xC975D3) is unknown color: approx Orchid. HEX triplet: C9, 75 and D3. RGB value is (201,117,211). Sum of RGB (Red+Green+Blue) = 201+117+211=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #C975D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975D3 is #368A2C. Grayscale: #989898. Windows color (decimal): -3574317 or 13858249. OLE color: 13858249.

HSL color Cylindrical-coordinate representation of color #C975D3: hue angle of 293.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C975D3 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB201117211-
CMYK0.050.4500.17
HSL293.62º51.65%64.31%-
HSV(B)293.62º44.55%82.75%-
XYZ42.2129.8465.16-
YUV152.83160.83162.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 211 (82.81% from 255) = 39.89%
R=38.00%
G=22.12%
B=39.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011172110.050.4500.17293.6251.6564.31
HexC975D352D0111263440
Octal31116532355502144664100
Binary110010011110101110100111011011010100011001001101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975D3; }

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

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

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

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

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

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

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

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