#C97BBE

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

Shades of Orchid #C97BBE

Tints of Orchid #C97BBE

Color information

#C97BBE (or 0xC97BBE) is unknown color: approx Orchid. HEX triplet: C9, 7B and BE. RGB value is (201,123,190). Sum of RGB (Red+Green+Blue) = 201+123+190=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BBE is #368441. Grayscale: #999999. Windows color (decimal): -3572802 or 12483529. OLE color: 12483529.

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

Color convert

RGB201123190-
CMYK00.390.050.21
HSL308.46º41.94%63.53%-
HSV(B)308.46º38.81%78.82%-
XYZ40.4630.352.43-
YUV153.96148.34161.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 123 (48.44% from 255) = 23.93%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=39.11%
G=23.93%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112319000.390.050.21308.4641.9463.53
HexC97BBE0275151342a40
Octal31117327604752546452100
Binary110010011111011101111100100111101101011001101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97BBE; }

 p { color: rgb(201,123,190); }

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

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

 a { background-color: rgb(201,123,190); }

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

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

 span { border-color: rgb(201,123,190); }

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