Html Css Color HEX #CB2AE5 Medium Orchid

📋 copy color: '#CB2AE5'

red 203 ◦ green 42 ◦ blue 229

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

Shades of Medium Orchid #CB2AE5

Tints of Medium Orchid #CB2AE5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.86%

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

R = 42.83%
G = 8.86%
B = 48.31%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB2AE5 (or 0xCB2AE5) is known color: Medium Orchid. HEX triplet: CB, 2A and E5. RGB value is (203,42,229). Sum of RGB (Red+Green+Blue) = 203+42+229=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB2AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2AE5 is #34D51A. Grayscale: #6E6E6E. Windows color (decimal): -3462427 or 15018699. OLE color: 15018699.

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

Color convert

RGB 203 42 229 -
CMYK 0.11 0.82 0 0.10
HSL 291.66º 0.78% 0.53% -
HSV(B) 291.66º 0.82% 0.9% -
XYZ 39.6 20.01 75.9 -
YUV 111.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 203 42 229 0.11 0.82 0 0.10 291.66 0.78 0.53
Hex CB 2A E5 B 52 0 A 124 4E 35
Octal 313 52 345 13 122 0 12 444 116 65
Binary 11001011 101010 11100101 1011 1010010 0 1010 100100100 1001110 110101

Color Harmonies of #CB2AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2AE5

Black with #CB2AE5

Text Example


Text Example

White with #CB2AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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