#C97DCB

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

Shades of Orchid #C97DCB

Tints of Orchid #C97DCB

Color information

#C97DCB (or 0xC97DCB) is unknown color: approx Orchid. HEX triplet: C9, 7D and CB. RGB value is (201,125,203). Sum of RGB (Red+Green+Blue) = 201+125+203=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C97DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DCB is #368234. Grayscale: #9C9C9C. Windows color (decimal): -3572277 or 13336009. OLE color: 13336009.

HSL color Cylindrical-coordinate representation of color #C97DCB: hue angle of 298.46º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97DCB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201125203-
CMYK0.010.3800.20
HSL298.46º42.86%64.31%-
HSV(B)298.46º38.42%79.61%-
XYZ42.231.460.34-
YUV156.62154.18159.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=38.00%
G=23.63%
B=38.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011252030.010.3800.20298.4642.8664.31
HexC97DCB12601412a2b40
Octal31117531314602445253100
Binary1100100111111011100101111001100101001001010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DCB; }

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

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

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

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

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

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

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

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