#C97ABD

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

Shades of Orchid #C97ABD

Tints of Orchid #C97ABD

Color information

#C97ABD (or 0xC97ABD) is unknown color: approx Orchid. HEX triplet: C9, 7A and BD. RGB value is (201,122,189). Sum of RGB (Red+Green+Blue) = 201+122+189=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C97ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ABD is #368542. Grayscale: #999999. Windows color (decimal): -3573059 or 12417737. OLE color: 12417737.

HSL color Cylindrical-coordinate representation of color #C97ABD: hue angle of 309.11º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97ABD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201122189-
CMYK00.390.060.21
HSL309.11º42.25%63.33%-
HSV(B)309.11º39.3%78.82%-
XYZ40.2330.0151.82-
YUV153.26148.17162.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=39.26%
G=23.83%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112218900.390.060.21309.1142.2563.33
HexC97ABD0276151352a3f
Octal3111722750476254655277
Binary11001001111101010111101010011111010101100110101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97ABD; }

 p { color: rgb(201,122,189); }

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

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

 a { background-color: rgb(201,122,189); }

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

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

 span { border-color: rgb(201,122,189); }

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