Html Css Color HEX #CE2CE5 Medium Orchid

📋 copy color: '#CE2CE5'

red 206 ◦ green 44 ◦ blue 229

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

Shades of Medium Orchid #CE2CE5

Tints of Medium Orchid #CE2CE5

RGB

 RED value IS 206 (80.86% from 255) = 43.01%

 GREEN value IS 44 (17.58% from 255) = 9.19%

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

R = 43.01%
G = 9.19%
B = 47.81%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE2CE5 (or 0xCE2CE5) is known color: Medium Orchid. HEX triplet: CE, 2C and E5. RGB value is (206,44,229). Sum of RGB (Red+Green+Blue) = 206+44+229=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE2CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CE5 is #31D31A. Grayscale: #707070. Windows color (decimal): -3265307 or 15019214. OLE color: 15019214.

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

Color convert

RGB 206 44 229 -
CMYK 0.10 0.81 0 0.10
HSL 292.54º 0.78% 0.54% -
HSV(B) 292.54º 0.81% 0.9% -
XYZ 40.5 20.58 75.97 -
YUV 113.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 206 44 229 0.10 0.81 0 0.10 292.54 0.78 0.54
Hex CE 2C E5 A 51 0 A 125 4E 36
Octal 316 54 345 12 121 0 12 445 116 66
Binary 11001110 101100 11100101 1010 1010001 0 1010 100100101 1001110 110110

Color Harmonies of #CE2CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CE5

Black with #CE2CE5

Text Example


Text Example

White with #CE2CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CE5; }

 p { color: rgb(206,44,229); }

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

background-color css

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

 a { background-color: rgb(206,44,229); }

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

border-color css

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

 span { border-color: rgb(206,44,229); }

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