#CB79C5

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

Shades of Orchid #CB79C5

Tints of Orchid #CB79C5

Color information

#CB79C5 (or 0xCB79C5) is unknown color: approx Orchid. HEX triplet: CB, 79 and C5. RGB value is (203,121,197). Sum of RGB (Red+Green+Blue) = 203+121+197=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79C5 is #34863A. Grayscale: #999999. Windows color (decimal): -3442235 or 12941771. OLE color: 12941771.

HSL color Cylindrical-coordinate representation of color #CB79C5: hue angle of 304.39º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB79C5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203121197-
CMYK00.400.030.20
HSL304.39º44.09%63.53%-
HSV(B)304.39º40.39%79.61%-
XYZ41.5430.456.5-
YUV154.18152.17162.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 197 (77.34% from 255) = 37.81%
R=38.96%
G=23.22%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312119700.400.030.20304.3944.0963.53
HexCB79C50283141302c40
Octal31317130505032446054100
Binary11001011111100111000101010100011101001001100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79C5; }

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

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

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

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

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

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

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

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