#CB7DD5

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

Shades of Orchid #CB7DD5

Tints of Orchid #CB7DD5

Color information

#CB7DD5 (or 0xCB7DD5) is unknown color: approx Orchid. HEX triplet: CB, 7D and D5. RGB value is (203,125,213). Sum of RGB (Red+Green+Blue) = 203+125+213=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DD5 is #34822A. Grayscale: #9E9E9E. Windows color (decimal): -3441195 or 13991371. OLE color: 13991371.

HSL color Cylindrical-coordinate representation of color #CB7DD5: hue angle of 293.18º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7DD5 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203125213-
CMYK0.050.4100.16
HSL293.18º51.16%66.27%-
HSV(B)293.18º41.31%83.53%-
XYZ43.9732.1766.84-
YUV158.35158.84159.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=37.52%
G=23.11%
B=39.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031252130.050.4100.16293.1851.1666.27
HexCB7DD55290101253342
Octal31317532555102044563102
Binary110010111111101110101011011010010100001001001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DD5; }

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

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

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

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

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

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

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

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