#CB79CD

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

Shades of Orchid #CB79CD

Tints of Orchid #CB79CD

Color information

#CB79CD (or 0xCB79CD) is unknown color: approx Orchid. HEX triplet: CB, 79 and CD. RGB value is (203,121,205). Sum of RGB (Red+Green+Blue) = 203+121+205=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB79CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79CD is #348632. Grayscale: #9A9A9A. Windows color (decimal): -3442227 or 13466059. OLE color: 13466059.

HSL color Cylindrical-coordinate representation of color #CB79CD: hue angle of 298.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB79CD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203121205-
CMYK0.010.4100.20
HSL298.57º45.65%63.92%-
HSV(B)298.57º40.98%80.39%-
XYZ42.4930.7861.46-
YUV155.09156.17162.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=38.37%
G=22.87%
B=38.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031212050.010.4100.20298.5745.6563.92
HexCB79CD12901412b2e40
Octal31317131515102445356100
Binary1100101111110011100110111010010101001001010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79CD; }

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

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

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

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

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

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

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

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