#CB64E1

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

Shades of Medium Orchid #CB64E1

Tints of Medium Orchid #CB64E1

Color information

#CB64E1 (or 0xCB64E1) is unknown color: approx Medium Orchid. HEX triplet: CB, 64 and E1. RGB value is (203,100,225). Sum of RGB (Red+Green+Blue) = 203+100+225=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB64E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64E1 is #349B1E. Grayscale: #909090. Windows color (decimal): -3447583 or 14771403. OLE color: 14771403.

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

Color convert

RGB203100225-
CMYK0.100.5600.12
HSL289.44º67.57%63.73%-
HSV(B)289.44º55.56%88.24%-
XYZ42.7827.2574.24-
YUV145.05173.12169.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 100 (39.45% from 255) = 18.94%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=38.45%
G=18.94%
B=42.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031002250.100.5600.12289.4467.5763.73
HexCB64E1A380C1214440
Octal3131443411270014441104100
Binary1100101111001001110000110101110000110010010000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB64E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB64E1; }

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

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

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

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

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

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

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

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