#C975C8

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

Shades of Orchid #C975C8

Tints of Orchid #C975C8

Color information

#C975C8 (or 0xC975C8) is unknown color: approx Orchid. HEX triplet: C9, 75 and C8. RGB value is (201,117,200). Sum of RGB (Red+Green+Blue) = 201+117+200=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C975C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975C8 is #368A37. Grayscale: #979797. Windows color (decimal): -3574328 or 13137353. OLE color: 13137353.

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

Color convert

RGB201117200-
CMYK00.420.000.21
HSL300.71º43.75%62.35%-
HSV(B)300.71º41.79%78.82%-
XYZ40.8729.3158.15-
YUV151.58155.33163.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 200 (78.52% from 255) = 38.61%
R=38.80%
G=22.59%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111720000.420.000.21300.7143.7562.35
HexC975C802A01512d2c3e
Octal3111653100520254555476
Binary110010011110101110010000101010010101100101101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975C8; }

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

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

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

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

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

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

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

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