Html Css Color HEX #CB59EB Medium Orchid

📋 copy color: '#CB59EB'

red 203 ◦ green 89 ◦ blue 235

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

Shades of Medium Orchid #CB59EB

Tints of Medium Orchid #CB59EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 38.52%
G = 16.89%
B = 44.59%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB59EB (or 0xCB59EB) is known color: Medium Orchid. HEX triplet: CB, 59 and EB. RGB value is (203,89,235). Sum of RGB (Red+Green+Blue) = 203+89+235=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB59EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB59EB is #34A614. Grayscale: #8B8B8B. Windows color (decimal): -3450389 or 15423947. OLE color: 15423947.

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

Color convert

RGB 203 89 235 -
CMYK 0.14 0.62 0 0.08
HSL 286.85º 0.78% 0.64% -
HSV(B) 286.85º 0.62% 0.92% -
XYZ 43.2 25.84 81.31 -
YUV 139.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 203 89 235 0.14 0.62 0 0.08 286.85 0.78 0.64
Hex CB 59 EB E 3E 0 8 11F 4E 40
Octal 313 131 353 16 76 0 10 437 116 100
Binary 11001011 1011001 11101011 1110 111110 0 1000 100011111 1001110 1000000

Color Harmonies of #CB59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59EB

Black with #CB59EB

Text Example


Text Example

White with #CB59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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