#CB64E7

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

Shades of Medium Orchid #CB64E7

Tints of Medium Orchid #CB64E7

Color information

#CB64E7 (or 0xCB64E7) is unknown color: approx Medium Orchid. HEX triplet: CB, 64 and E7. RGB value is (203,100,231). Sum of RGB (Red+Green+Blue) = 203+100+231=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB64E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64E7 is #349B18. Grayscale: #919191. Windows color (decimal): -3447577 or 15164619. OLE color: 15164619.

HSL color Cylindrical-coordinate representation of color #CB64E7: hue angle of 287.18º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB64E7 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203100231-
CMYK0.120.5700.09
HSL287.18º73.18%64.9%-
HSV(B)287.18º56.71%90.59%-
XYZ43.6127.5878.63-
YUV145.73176.12168.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 100 (39.45% from 255) = 18.73%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=38.01%
G=18.73%
B=43.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031002310.120.5700.09287.1873.1864.9
HexCB64E7C390911f4941
Octal3131443471471011437111101
Binary1100101111001001110011111001110010100110001111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB64E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB64E7; }

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

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

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

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

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

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

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

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