Html Css Color HEX #CE44E0 Medium Orchid

📋 copy color: '#CE44E0'

red 206 ◦ green 68 ◦ blue 224

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

Shades of Medium Orchid #CE44E0

Tints of Medium Orchid #CE44E0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.65%

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

R = 41.37%
G = 13.65%
B = 44.98%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE44E0 (or 0xCE44E0) is known color: Medium Orchid. HEX triplet: CE, 44 and E0. RGB value is (206,68,224). Sum of RGB (Red+Green+Blue) = 206+68+224=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE44E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44E0 is #31BB1F. Grayscale: #7E7E7E. Windows color (decimal): -3259168 or 14697678. OLE color: 14697678.

HSL color Cylindrical-coordinate representation of color #CE44E0: hue angle of 293.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE44E0 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 68 224 -
CMYK 0.08 0.70 0 0.12
HSL 293.08º 0.72% 0.57% -
HSV(B) 293.08º 0.7% 0.88% -
XYZ 40.98 22.64 72.73 -
YUV 127.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 206 68 224 0.08 0.70 0 0.12 293.08 0.72 0.57
Hex CE 44 E0 8 46 0 C 125 48 39
Octal 316 104 340 10 106 0 14 445 110 71
Binary 11001110 1000100 11100000 1000 1000110 0 1100 100100101 1001000 111001

Color Harmonies of #CE44E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44E0

Black with #CE44E0

Text Example


Text Example

White with #CE44E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44E0; }

 p { color: rgb(206,68,224); }

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

background-color css

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

 a { background-color: rgb(206,68,224); }

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

border-color css

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

 span { border-color: rgb(206,68,224); }

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