Html Css Color HEX #CB59E5 Medium Orchid

📋 copy color: '#CB59E5'

red 203 ◦ green 89 ◦ blue 229

#CB59E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CB59E5

Tints of Medium Orchid #CB59E5

RGB

 RED value IS 203 (79.69% from 255) = 38.96%

 GREEN value IS 89 (35.16% from 255) = 17.08%

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 38.96%
G = 17.08%
B = 43.95%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB59E5 (or 0xCB59E5) is known color: Medium Orchid. HEX triplet: CB, 59 and E5. RGB value is (203,89,229). Sum of RGB (Red+Green+Blue) = 203+89+229=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59E5 is #34A61A. Grayscale: #8A8A8A. Windows color (decimal): -3450395 or 15030731. OLE color: 15030731.

HSL color Cylindrical-coordinate representation of color #CB59E5: hue angle of 288.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB59E5 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 89 229 -
CMYK 0.11 0.61 0 0.10
HSL 288.86º 0.73% 0.62% -
HSV(B) 288.86º 0.61% 0.9% -
XYZ 42.34 25.5 76.82 -
YUV 139.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 203 89 229 0.11 0.61 0 0.10 288.86 0.73 0.62
Hex CB 59 E5 B 3D 0 A 121 49 3E
Octal 313 131 345 13 75 0 12 441 111 76
Binary 11001011 1011001 11100101 1011 111101 0 1010 100100001 1001001 111110

Color Harmonies of #CB59E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59E5

Black with #CB59E5

Text Example


Text Example

White with #CB59E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59E5; }

 p { color: rgb(203,89,229); }

 H1.HeaderClassName
 {
   color: #CB59E5;
 }
 .AnyTagClassName
 {
   color: #CB59E5;
 }
</style>

background-color css

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

 a { background-color: rgb(203,89,229); }

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

border-color css

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

 span { border-color: rgb(203,89,229); }

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