#CB7DCD

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

Shades of Orchid #CB7DCD

Tints of Orchid #CB7DCD

Color information

#CB7DCD (or 0xCB7DCD) is unknown color: approx Orchid. HEX triplet: CB, 7D and CD. RGB value is (203,125,205). Sum of RGB (Red+Green+Blue) = 203+125+205=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DCD is #348232. Grayscale: #9D9D9D. Windows color (decimal): -3441203 or 13467083. OLE color: 13467083.

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

Color convert

RGB203125205-
CMYK0.010.3900.20
HSL298.5º44.44%64.71%-
HSV(B)298.5º39.02%80.39%-
XYZ42.9831.7761.62-
YUV157.44154.84160.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=38.09%
G=23.45%
B=38.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031252050.010.3900.20298.544.4464.71
HexCB7DCD12701412a2c41
Octal31317531514702445254101
Binary1100101111111011100110111001110101001001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DCD; }

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

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

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

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

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

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

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

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