#CB7EDD

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

Shades of Orchid #CB7EDD

Tints of Orchid #CB7EDD

Color information

#CB7EDD (or 0xCB7EDD) is unknown color: approx Orchid. HEX triplet: CB, 7E and DD. RGB value is (203,126,221). Sum of RGB (Red+Green+Blue) = 203+126+221=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EDD is #348122. Grayscale: #9F9F9F. Windows color (decimal): -3440931 or 14515915. OLE color: 14515915.

HSL color Cylindrical-coordinate representation of color #CB7EDD: hue angle of 288.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7EDD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203126221-
CMYK0.080.4300.13
HSL288.63º58.28%68.04%-
HSV(B)288.63º42.99%86.67%-
XYZ45.1432.8472.37-
YUV159.85162.51158.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=36.91%
G=22.91%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031262210.080.4300.13288.6358.2868.04
HexCB7EDD82B0D1213a44
Octal313176335105301544172104
Binary110010111111110110111011000101011011011001000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7EDD; }

 p { color: rgb(203,126,221); }

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

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

 a { background-color: rgb(203,126,221); }

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

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

 span { border-color: rgb(203,126,221); }

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