Html Css Color HEX #CB5EE0 Medium Orchid

📋 copy color: '#CB5EE0'

red 203 ◦ green 94 ◦ blue 224

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

Shades of Medium Orchid #CB5EE0

Tints of Medium Orchid #CB5EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.04%

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

R = 38.96%
G = 18.04%
B = 42.99%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB5EE0 (or 0xCB5EE0) is known color: Medium Orchid. HEX triplet: CB, 5E and E0. RGB value is (203,94,224). Sum of RGB (Red+Green+Blue) = 203+94+224=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EE0 is #34A11F. Grayscale: #8D8D8D. Windows color (decimal): -3449120 or 14704331. OLE color: 14704331.

HSL color Cylindrical-coordinate representation of color #CB5EE0: hue angle of 290.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5EE0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 94 224 -
CMYK 0.09 0.58 0 0.12
HSL 290.31º 0.68% 0.62% -
HSV(B) 290.31º 0.58% 0.88% -
XYZ 42.09 26.08 73.34 -
YUV 141.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 203 94 224 0.09 0.58 0 0.12 290.31 0.68 0.62
Hex CB 5E E0 9 3A 0 C 122 44 3E
Octal 313 136 340 11 72 0 14 442 104 76
Binary 11001011 1011110 11100000 1001 111010 0 1100 100100010 1000100 111110

Color Harmonies of #CB5EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EE0

Black with #CB5EE0

Text Example


Text Example

White with #CB5EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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