Html Css Color HEX #CB5AE0 Medium Orchid

📋 copy color: '#CB5AE0'

red 203 ◦ green 90 ◦ blue 224

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

Shades of Medium Orchid #CB5AE0

Tints of Medium Orchid #CB5AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

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

R = 39.26%
G = 17.41%
B = 43.33%

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

#CB5AE0 (or 0xCB5AE0) is known color: Medium Orchid. HEX triplet: CB, 5A and E0. RGB value is (203,90,224). Sum of RGB (Red+Green+Blue) = 203+90+224=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB5AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AE0 is #34A51F. Grayscale: #8A8A8A. Windows color (decimal): -3450144 or 14703307. OLE color: 14703307.

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

Color convert

RGB 203 90 224 -
CMYK 0.09 0.60 0 0.12
HSL 290.6º 0.68% 0.62% -
HSV(B) 290.6º 0.6% 0.88% -
XYZ 41.74 25.39 73.22 -
YUV 139.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 203 90 224 0.09 0.60 0 0.12 290.6 0.68 0.62
Hex CB 5A E0 9 3C 0 C 123 44 3E
Octal 313 132 340 11 74 0 14 443 104 76
Binary 11001011 1011010 11100000 1001 111100 0 1100 100100011 1000100 111110

Color Harmonies of #CB5AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AE0

Black with #CB5AE0

Text Example


Text Example

White with #CB5AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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