Html Css Color HEX #CE2CE9 Medium Orchid

📋 copy color: '#CE2CE9'

red 206 ◦ green 44 ◦ blue 233

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

Shades of Medium Orchid #CE2CE9

Tints of Medium Orchid #CE2CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 42.65%
G = 9.11%
B = 48.24%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE2CE9 (or 0xCE2CE9) is known color: Medium Orchid. HEX triplet: CE, 2C and E9. RGB value is (206,44,233). Sum of RGB (Red+Green+Blue) = 206+44+233=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE2CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2CE9 is #31D316. Grayscale: #717171. Windows color (decimal): -3265303 or 15281358. OLE color: 15281358.

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

Color convert

RGB 206 44 233 -
CMYK 0.12 0.81 0 0.09
HSL 291.43º 0.81% 0.54% -
HSV(B) 291.43º 0.81% 0.91% -
XYZ 41.06 20.81 78.94 -
YUV 113.98 195.17 193.63 -
System Red Green Blue C M Y K H S L
Decimal 206 44 233 0.12 0.81 0 0.09 291.43 0.81 0.54
Hex CE 2C E9 C 51 0 9 123 51 36
Octal 316 54 351 14 121 0 11 443 121 66
Binary 11001110 101100 11101001 1100 1010001 0 1001 100100011 1010001 110110

Color Harmonies of #CE2CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CE9

Black with #CE2CE9

Text Example


Text Example

White with #CE2CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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