#CB64E0

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

Shades of Medium Orchid #CB64E0

Tints of Medium Orchid #CB64E0

Color information

#CB64E0 (or 0xCB64E0) is unknown color: approx Medium Orchid. HEX triplet: CB, 64 and E0. RGB value is (203,100,224). Sum of RGB (Red+Green+Blue) = 203+100+224=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64E0 is #349B1F. Grayscale: #909090. Windows color (decimal): -3447584 or 14705867. OLE color: 14705867.

HSL color Cylindrical-coordinate representation of color #CB64E0: hue angle of 289.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB64E0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203100224-
CMYK0.090.5500.12
HSL289.84º66.67%63.53%-
HSV(B)289.84º55.36%87.84%-
XYZ42.6427.1973.52-
YUV144.93172.62169.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 100 (39.45% from 255) = 18.98%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=38.52%
G=18.98%
B=42.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031002240.090.5500.12289.8466.6763.53
HexCB64E09370C1224340
Octal3131443401167014442103100
Binary1100101111001001110000010011101110110010010001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB64E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB64E0; }

 p { color: rgb(203,100,224); }

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

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

 a { background-color: rgb(203,100,224); }

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

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

 span { border-color: rgb(203,100,224); }

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