Html Css Color HEX #CE2CE0 Medium Orchid

📋 copy color: '#CE2CE0'

red 206 ◦ green 44 ◦ blue 224

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

Shades of Medium Orchid #CE2CE0

Tints of Medium Orchid #CE2CE0

RGB

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

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

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

R = 43.46%
G = 9.28%
B = 47.26%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE2CE0 (or 0xCE2CE0) is known color: Medium Orchid. HEX triplet: CE, 2C and E0. RGB value is (206,44,224). Sum of RGB (Red+Green+Blue) = 206+44+224=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CE0 is #31D31F. Grayscale: #707070. Windows color (decimal): -3265312 or 14691534. OLE color: 14691534.

HSL color Cylindrical-coordinate representation of color #CE2CE0: hue angle of 294º degrees, saturation: 0.74, 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 #CE2CE0 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 44 224 -
CMYK 0.08 0.80 0 0.12
HSL 294º 0.74% 0.53% -
HSV(B) 294º 0.8% 0.88% -
XYZ 39.81 20.3 72.34 -
YUV 112.96 190.67 194.36 -
System Red Green Blue C M Y K H S L
Decimal 206 44 224 0.08 0.80 0 0.12 294 0.74 0.53
Hex CE 2C E0 8 50 0 C 126 4A 35
Octal 316 54 340 10 120 0 14 446 112 65
Binary 11001110 101100 11100000 1000 1010000 0 1100 100100110 1001010 110101

Color Harmonies of #CE2CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CE0

Black with #CE2CE0

Text Example


Text Example

White with #CE2CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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