#C975CB

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

Shades of Orchid #C975CB

Tints of Orchid #C975CB

Color information

#C975CB (or 0xC975CB) is unknown color: approx Orchid. HEX triplet: C9, 75 and CB. RGB value is (201,117,203). Sum of RGB (Red+Green+Blue) = 201+117+203=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C975CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975CB is #368A34. Grayscale: #979797. Windows color (decimal): -3574325 or 13333961. OLE color: 13333961.

HSL color Cylindrical-coordinate representation of color #C975CB: hue angle of 298.6º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975CB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201117203-
CMYK0.010.4200.20
HSL298.6º45.26%62.75%-
HSV(B)298.6º42.36%79.61%-
XYZ41.2329.4560.01-
YUV151.92156.83163.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=38.58%
G=22.46%
B=38.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011172030.010.4200.20298.645.2662.75
HexC975CB12A01412b2d3f
Octal3111653131520244535577
Binary110010011110101110010111101010010100100101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975CB; }

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

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

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

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

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

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

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

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