#C985D2

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

Shades of Orchid #C985D2

Tints of Orchid #C985D2

Color information

#C985D2 (or 0xC985D2) is unknown color: approx Orchid. HEX triplet: C9, 85 and D2. RGB value is (201,133,210). Sum of RGB (Red+Green+Blue) = 201+133+210=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #C985D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985D2 is #367A2D. Grayscale: #A1A1A1. Windows color (decimal): -3570222 or 13796809. OLE color: 13796809.

HSL color Cylindrical-coordinate representation of color #C985D2: hue angle of 292.99º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C985D2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201133210-
CMYK0.040.3700.18
HSL292.99º46.11%67.25%-
HSV(B)292.99º36.67%82.35%-
XYZ44.1133.8565.18-
YUV162.11155.03155.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 210 (82.42% from 255) = 38.60%
R=36.95%
G=24.45%
B=38.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011332100.040.3700.18292.9946.1167.25
HexC985D24250121252e43
Octal31120532244502244556103
Binary1100100110000101110100101001001010100101001001011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985D2; }

 p { color: rgb(201,133,210); }

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

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

 a { background-color: rgb(201,133,210); }

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

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

 span { border-color: rgb(201,133,210); }

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