Html Css Color HEX #CB5AE5 Medium Orchid

📋 copy color: '#CB5AE5'

red 203 ◦ green 90 ◦ blue 229

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

Shades of Medium Orchid #CB5AE5

Tints of Medium Orchid #CB5AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 38.89%
G = 17.24%
B = 43.87%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB5AE5 (or 0xCB5AE5) is known color: Medium Orchid. HEX triplet: CB, 5A and E5. RGB value is (203,90,229). Sum of RGB (Red+Green+Blue) = 203+90+229=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB5AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AE5 is #34A51A. Grayscale: #8B8B8B. Windows color (decimal): -3450139 or 15030987. OLE color: 15030987.

HSL color Cylindrical-coordinate representation of color #CB5AE5: hue angle of 288.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5AE5 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 90 229 -
CMYK 0.11 0.61 0 0.10
HSL 288.78º 0.73% 0.63% -
HSV(B) 288.78º 0.61% 0.9% -
XYZ 42.43 25.67 76.85 -
YUV 139.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 203 90 229 0.11 0.61 0 0.10 288.78 0.73 0.63
Hex CB 5A E5 B 3D 0 A 121 49 3F
Octal 313 132 345 13 75 0 12 441 111 77
Binary 11001011 1011010 11100101 1011 111101 0 1010 100100001 1001001 111111

Color Harmonies of #CB5AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AE5

Black with #CB5AE5

Text Example


Text Example

White with #CB5AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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