#CB79C4

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

Shades of Orchid #CB79C4

Tints of Orchid #CB79C4

Color information

#CB79C4 (or 0xCB79C4) is unknown color: approx Orchid. HEX triplet: CB, 79 and C4. RGB value is (203,121,196). Sum of RGB (Red+Green+Blue) = 203+121+196=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79C4 is #34863B. Grayscale: #999999. Windows color (decimal): -3442236 or 12876235. OLE color: 12876235.

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

Color convert

RGB203121196-
CMYK00.400.030.20
HSL305.12º44.09%63.53%-
HSV(B)305.12º40.39%79.61%-
XYZ41.4330.3655.9-
YUV154.07151.67162.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=39.04%
G=23.27%
B=37.69%

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
Decimal20312119600.400.030.20305.1244.0963.53
HexCB79C40283141312c40
Octal31317130405032446154100
Binary11001011111100111000100010100011101001001100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79C4; }

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

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

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

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

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

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

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

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