#CB63DE

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

Shades of Medium Orchid #CB63DE

Tints of Medium Orchid #CB63DE

Color information

#CB63DE (or 0xCB63DE) is unknown color: approx Medium Orchid. HEX triplet: CB, 63 and DE. RGB value is (203,99,222). Sum of RGB (Red+Green+Blue) = 203+99+222=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB63DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63DE is #349C21. Grayscale: #8F8F8F. Windows color (decimal): -3447842 or 14574539. OLE color: 14574539.

HSL color Cylindrical-coordinate representation of color #CB63DE: hue angle of 290.73º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB63DE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20399222-
CMYK0.090.5500.13
HSL290.73º65.08%62.94%-
HSV(B)290.73º55.41%87.06%-
XYZ42.2826.8972.07-
YUV144.12171.96170-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 99 (39.06% from 255) = 18.89%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=38.74%
G=18.89%
B=42.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203992220.090.5500.13290.7365.0862.94
HexCB63DE9370D123413f
Octal313143336116701544310177
Binary110010111100011110111101001110111011011001000111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63DE; }

 p { color: rgb(203,99,222); }

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

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

 a { background-color: rgb(203,99,222); }

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

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

 span { border-color: rgb(203,99,222); }

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