Html Css Color HEX #CB59EC Medium Orchid

📋 copy color: '#CB59EC'

red 203 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #CB59EC

Tints of Medium Orchid #CB59EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 38.45%
G = 16.86%
B = 44.7%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB59EC (or 0xCB59EC) is known color: Medium Orchid. HEX triplet: CB, 59 and EC. RGB value is (203,89,236). Sum of RGB (Red+Green+Blue) = 203+89+236=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB59EC is #34A613. Grayscale: #8B8B8B. Windows color (decimal): -3450388 or 15489483. OLE color: 15489483.

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

Color convert

RGB 203 89 236 -
CMYK 0.14 0.62 0 0.07
HSL 286.53º 0.79% 0.64% -
HSV(B) 286.53º 0.62% 0.93% -
XYZ 43.34 25.9 82.07 -
YUV 139.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 203 89 236 0.14 0.62 0 0.07 286.53 0.79 0.64
Hex CB 59 EC E 3E 0 7 11F 4F 40
Octal 313 131 354 16 76 0 7 437 117 100
Binary 11001011 1011001 11101100 1110 111110 0 111 100011111 1001111 1000000

Color Harmonies of #CB59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59EC

Black with #CB59EC

Text Example


Text Example

White with #CB59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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