#C97BBC

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

Shades of Orchid #C97BBC

Tints of Orchid #C97BBC

Color information

#C97BBC (or 0xC97BBC) is unknown color: approx Orchid. HEX triplet: C9, 7B and BC. RGB value is (201,123,188). Sum of RGB (Red+Green+Blue) = 201+123+188=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BBC is #368443. Grayscale: #999999. Windows color (decimal): -3572804 or 12352457. OLE color: 12352457.

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

Color convert

RGB201123188-
CMYK00.390.060.21
HSL310º41.94%63.53%-
HSV(B)310º38.81%78.82%-
XYZ40.2530.2151.29-
YUV153.73147.34161.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=39.26%
G=24.02%
B=36.72%

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
Decimal20112318800.390.060.2131041.9463.53
HexC97BBC0276151362a40
Octal31117327404762546652100
Binary110010011111011101111000100111110101011001101101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97BBC; }

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

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

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

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

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

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

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

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