#CB79D7

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

Shades of Orchid #CB79D7

Tints of Orchid #CB79D7

Color information

#CB79D7 (or 0xCB79D7) is unknown color: approx Orchid. HEX triplet: CB, 79 and D7. RGB value is (203,121,215). Sum of RGB (Red+Green+Blue) = 203+121+215=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB79D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79D7 is #348628. Grayscale: #9B9B9B. Windows color (decimal): -3442217 or 14121419. OLE color: 14121419.

HSL color Cylindrical-coordinate representation of color #CB79D7: hue angle of 292.34º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB79D7 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203121215-
CMYK0.060.4400.16
HSL292.34º54.02%65.88%-
HSV(B)292.34º43.72%84.31%-
XYZ43.7331.2868.02-
YUV156.23161.17161.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=37.66%
G=22.45%
B=39.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031212150.060.4400.16292.3454.0265.88
HexCB79D762C0101243642
Octal31317132765402044466102
Binary110010111111001110101111101011000100001001001001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79D7; }

 p { color: rgb(203,121,215); }

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

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

 a { background-color: rgb(203,121,215); }

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

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

 span { border-color: rgb(203,121,215); }

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