#CB71DB

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

Shades of Orchid #CB71DB

Tints of Orchid #CB71DB

Color information

#CB71DB (or 0xCB71DB) is unknown color: approx Orchid. HEX triplet: CB, 71 and DB. RGB value is (203,113,219). Sum of RGB (Red+Green+Blue) = 203+113+219=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71DB is #348E24. Grayscale: #979797. Windows color (decimal): -3444261 or 14381515. OLE color: 14381515.

HSL color Cylindrical-coordinate representation of color #CB71DB: hue angle of 290.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB71DB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203113219-
CMYK0.070.4800.14
HSL290.94º59.55%65.1%-
HSV(B)290.94º48.4%85.88%-
XYZ43.3229.6270.45-
YUV151.99165.82164.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=37.94%
G=21.12%
B=40.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031132190.070.4800.14290.9459.5565.1
HexCB71DB7300E1233c41
Octal31316133376001644374101
Binary11001011111000111011011111110000011101001000111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71DB; }

 p { color: rgb(203,113,219); }

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

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

 a { background-color: rgb(203,113,219); }

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

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

 span { border-color: rgb(203,113,219); }

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