Html Css Color HEX #CB59ED Medium Orchid

📋 copy color: '#CB59ED'

red 203 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #CB59ED

Tints of Medium Orchid #CB59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 38.37%
G = 16.82%
B = 44.8%

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

#CB59ED (or 0xCB59ED) is known color: Medium Orchid. HEX triplet: CB, 59 and ED. RGB value is (203,89,237). Sum of RGB (Red+Green+Blue) = 203+89+237=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB59ED is #34A612. Grayscale: #8B8B8B. Windows color (decimal): -3450387 or 15555019. OLE color: 15555019.

HSL color Cylindrical-coordinate representation of color #CB59ED: hue angle of 286.22º degrees, saturation: 0.8, 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 #CB59ED is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 89 237 -
CMYK 0.14 0.62 0 0.07
HSL 286.22º 0.8% 0.64% -
HSV(B) 286.22º 0.62% 0.93% -
XYZ 43.49 25.96 82.84 -
YUV 139.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 203 89 237 0.14 0.62 0 0.07 286.22 0.8 0.64
Hex CB 59 ED E 3E 0 7 11E 50 40
Octal 313 131 355 16 76 0 7 436 120 100
Binary 11001011 1011001 11101101 1110 111110 0 111 100011110 1010000 1000000

Color Harmonies of #CB59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59ED

Black with #CB59ED

Text Example


Text Example

White with #CB59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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