#CB79C1

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

Shades of Orchid #CB79C1

Tints of Orchid #CB79C1

Color information

#CB79C1 (or 0xCB79C1) is unknown color: approx Orchid. HEX triplet: CB, 79 and C1. RGB value is (203,121,193). Sum of RGB (Red+Green+Blue) = 203+121+193=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79C1 is #34863E. Grayscale: #999999. Windows color (decimal): -3442239 or 12679627. OLE color: 12679627.

HSL color Cylindrical-coordinate representation of color #CB79C1: hue angle of 307.32º 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 #CB79C1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203121193-
CMYK00.400.050.20
HSL307.32º44.09%63.53%-
HSV(B)307.32º40.39%79.61%-
XYZ41.0930.2254.12-
YUV153.73150.17163.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=39.26%
G=23.40%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312119300.400.050.20307.3244.0963.53
HexCB79C10285141332c40
Octal31317130105052446354100
Binary110010111111001110000010101000101101001001100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79C1; }

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

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

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

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

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

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

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

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