#C97DDC

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

Shades of Orchid #C97DDC

Tints of Orchid #C97DDC

Color information

#C97DDC (or 0xC97DDC) is unknown color: approx Orchid. HEX triplet: C9, 7D and DC. RGB value is (201,125,220). Sum of RGB (Red+Green+Blue) = 201+125+220=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C97DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DDC is #368223. Grayscale: #9E9E9E. Windows color (decimal): -3572260 or 14450121. OLE color: 14450121.

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

Color convert

RGB201125220-
CMYK0.090.4300.14
HSL288º57.58%67.65%-
HSV(B)288º43.18%86.27%-
XYZ44.3432.2571.6-
YUV158.55162.68158.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=36.81%
G=22.89%
B=40.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011252200.090.4300.1428857.5867.65
HexC97DDC92B0E1203a44
Octal311175334115301644072104
Binary110010011111101110111001001101011011101001000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DDC; }

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

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

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

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

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

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

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

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