#CB7DDB

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

Shades of Orchid #CB7DDB

Tints of Orchid #CB7DDB

Color information

#CB7DDB (or 0xCB7DDB) is unknown color: approx Orchid. HEX triplet: CB, 7D and DB. RGB value is (203,125,219). Sum of RGB (Red+Green+Blue) = 203+125+219=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDB is #348224. Grayscale: #9E9E9E. Windows color (decimal): -3441189 or 14384587. OLE color: 14384587.

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

Color convert

RGB203125219-
CMYK0.070.4300.14
HSL289.79º56.63%67.45%-
HSV(B)289.79º42.92%85.88%-
XYZ44.7532.4870.93-
YUV159.04161.84159.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=37.11%
G=22.85%
B=40.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031252190.070.4300.14289.7956.6367.45
HexCB7DDB72B0E1223943
Octal31317533375301644271103
Binary11001011111110111011011111101011011101001000101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DDB; }

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

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

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

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

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

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

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

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