Html Css Color HEX #CE2DE1 Medium Orchid

📋 copy color: '#CE2DE1'

red 206 ◦ green 45 ◦ blue 225

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

Shades of Medium Orchid #CE2DE1

Tints of Medium Orchid #CE2DE1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.45%

 BLUE value IS 225 (88.28% from 255) = 47.27%

R = 43.28%
G = 9.45%
B = 47.27%

CMYK

 C value IS 0.08

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE2DE1 (or 0xCE2DE1) is known color: Medium Orchid. HEX triplet: CE, 2D and E1. RGB value is (206,45,225). Sum of RGB (Red+Green+Blue) = 206+45+225=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE2DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DE1 is #31D21E. Grayscale: #717171. Windows color (decimal): -3265055 or 14757326. OLE color: 14757326.

HSL color Cylindrical-coordinate representation of color #CE2DE1: hue angle of 293.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2DE1 is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 45 225 -
CMYK 0.08 0.8 0 0.12
HSL 293.67º 0.75% 0.53% -
HSV(B) 293.67º 0.8% 0.88% -
XYZ 39.98 20.43 73.07 -
YUV 113.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 206 45 225 0.08 0.8 0 0.12 293.67 0.75 0.53
Hex CE 2D E1 8 50 0 C 126 4B 35
Octal 316 55 341 10 120 0 14 446 113 65
Binary 11001110 101101 11100001 1000 1010000 0 1100 100100110 1001011 110101

Color Harmonies of #CE2DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DE1

Black with #CE2DE1

Text Example


Text Example

White with #CE2DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DE1; }

 p { color: rgb(206,45,225); }

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

background-color css

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

 a { background-color: rgb(206,45,225); }

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

border-color css

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

 span { border-color: rgb(206,45,225); }

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