Html Css Color HEX #CB59EE Medium Orchid

📋 copy color: '#CB59EE'

red 203 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #CB59EE

Tints of Medium Orchid #CB59EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 38.3%
G = 16.79%
B = 44.91%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB59EE (or 0xCB59EE) is known color: Medium Orchid. HEX triplet: CB, 59 and EE. RGB value is (203,89,238). Sum of RGB (Red+Green+Blue) = 203+89+238=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB59EE is #34A611. Grayscale: #8B8B8B. Windows color (decimal): -3450386 or 15620555. OLE color: 15620555.

HSL color Cylindrical-coordinate representation of color #CB59EE: hue angle of 285.91º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB59EE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 89 238 -
CMYK 0.15 0.63 0 0.07
HSL 285.91º 0.81% 0.64% -
HSV(B) 285.91º 0.63% 0.93% -
XYZ 43.63 26.01 83.61 -
YUV 140.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 203 89 238 0.15 0.63 0 0.07 285.91 0.81 0.64
Hex CB 59 EE F 3F 0 7 11E 51 40
Octal 313 131 356 17 77 0 7 436 121 100
Binary 11001011 1011001 11101110 1111 111111 0 111 100011110 1010001 1000000

Color Harmonies of #CB59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59EE

Black with #CB59EE

Text Example


Text Example

White with #CB59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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