#c97cd1

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

Shades of Orchid #C97CD1

Tints of Orchid #C97CD1

Color information

#C97CD1 (or 0xC97CD1) is unknown color: approx Orchid. HEX triplet: C9, 7C and D1. RGB value is (201,124,209). Sum of RGB (Red+Green+Blue) = 201+124+209=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #C97CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CD1 is #36832E. Grayscale: #9C9C9C. Windows color (decimal): -3572527 or 13728969. OLE color: 13728969.

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

Color convert

RGB201124209-
CMYK0.040.4100.18
HSL294.35º48.02%65.29%-
HSV(B)294.35º40.67%81.96%-
XYZ42.831.4464.13-
YUV156.71157.51159.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 124 (48.83% from 255) = 23.22%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=37.64%
G=23.22%
B=39.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011242090.040.4100.18294.3548.0265.29
HexC97CD14290121263041
Octal31117432145102244660101
Binary110010011111100110100011001010010100101001001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97cd1; }

 p { color: rgb(201,124,209); }

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

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

 a { background-color: rgb(201,124,209); }

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

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

 span { border-color: rgb(201,124,209); }

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