#C97ABC

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

Shades of Orchid #C97ABC

Tints of Orchid #C97ABC

Color information

#C97ABC (or 0xC97ABC) is unknown color: approx Orchid. HEX triplet: C9, 7A and BC. RGB value is (201,122,188). Sum of RGB (Red+Green+Blue) = 201+122+188=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C97ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ABC is #368543. Grayscale: #989898. Windows color (decimal): -3573060 or 12352201. OLE color: 12352201.

HSL color Cylindrical-coordinate representation of color #C97ABC: hue angle of 309.87º 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 #C97ABC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201122188-
CMYK00.390.060.21
HSL309.87º42.25%63.33%-
HSV(B)309.87º39.3%78.82%-
XYZ40.1229.9751.25-
YUV153.14147.67162.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 122 (48.05% from 255) = 23.87%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=39.33%
G=23.87%
B=36.79%

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
Decimal20112218800.390.060.21309.8742.2563.33
HexC97ABC0276151362a3f
Octal3111722740476254665277
Binary11001001111101010111100010011111010101100110110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97ABC; }

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

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

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

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

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

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

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

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