#C97DDA

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

Shades of Orchid #C97DDA

Tints of Orchid #C97DDA

Color information

#C97DDA (or 0xC97DDA) is unknown color: approx Orchid. HEX triplet: C9, 7D and DA. RGB value is (201,125,218). Sum of RGB (Red+Green+Blue) = 201+125+218=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C97DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DDA is #368225. Grayscale: #9E9E9E. Windows color (decimal): -3572262 or 14319049. OLE color: 14319049.

HSL color Cylindrical-coordinate representation of color #C97DDA: hue angle of 289.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97DDA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201125218-
CMYK0.080.4300.15
HSL289.03º55.69%67.25%-
HSV(B)289.03º42.66%85.49%-
XYZ44.0832.1570.21-
YUV158.33161.68158.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=36.95%
G=22.98%
B=40.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011252180.080.4300.15289.0355.6967.25
HexC97DDA82B0F1213843
Octal311175332105301744170103
Binary110010011111101110110101000101011011111001000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DDA; }

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

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

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

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

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

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

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

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