Html Css Color HEX #CB59E0 Medium Orchid

📋 copy color: '#CB59E0'

red 203 ◦ green 89 ◦ blue 224

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

Shades of Medium Orchid #CB59E0

Tints of Medium Orchid #CB59E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 39.34%
G = 17.25%
B = 43.41%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB59E0 (or 0xCB59E0) is known color: Medium Orchid. HEX triplet: CB, 59 and E0. RGB value is (203,89,224). Sum of RGB (Red+Green+Blue) = 203+89+224=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB59E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59E0 is #34A61F. Grayscale: #8A8A8A. Windows color (decimal): -3450400 or 14703051. OLE color: 14703051.

HSL color Cylindrical-coordinate representation of color #CB59E0: hue angle of 290.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB59E0 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 89 224 -
CMYK 0.09 0.60 0 0.12
HSL 290.67º 0.69% 0.61% -
HSV(B) 290.67º 0.6% 0.88% -
XYZ 41.66 25.22 73.19 -
YUV 138.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 203 89 224 0.09 0.60 0 0.12 290.67 0.69 0.61
Hex CB 59 E0 9 3C 0 C 123 45 3D
Octal 313 131 340 11 74 0 14 443 105 75
Binary 11001011 1011001 11100000 1001 111100 0 1100 100100011 1000101 111101

Color Harmonies of #CB59E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59E0

Black with #CB59E0

Text Example


Text Example

White with #CB59E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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