Html Css Color HEX #CE2EDA Medium Orchid

📋 copy color: '#CE2EDA'

red 206 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #CE2EDA

Tints of Medium Orchid #CE2EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.79%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 43.83%
G = 9.79%
B = 46.38%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE2EDA (or 0xCE2EDA) is known color: Medium Orchid. HEX triplet: CE, 2E and DA. RGB value is (206,46,218). Sum of RGB (Red+Green+Blue) = 206+46+218=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE2EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EDA is #31D125. Grayscale: #707070. Windows color (decimal): -3264806 or 14298830. OLE color: 14298830.

HSL color Cylindrical-coordinate representation of color #CE2EDA: hue angle of 295.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2EDA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 46 218 -
CMYK 0.06 0.79 0 0.15
HSL 295.81º 0.7% 0.52% -
HSV(B) 295.81º 0.79% 0.85% -
XYZ 39.09 20.14 68.16 -
YUV 113.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 206 46 218 0.06 0.79 0 0.15 295.81 0.7 0.52
Hex CE 2E DA 6 4F 0 F 128 46 34
Octal 316 56 332 6 117 0 17 450 106 64
Binary 11001110 101110 11011010 110 1001111 0 1111 100101000 1000110 110100

Color Harmonies of #CE2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EDA

Black with #CE2EDA

Text Example


Text Example

White with #CE2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EDA; }

 p { color: rgb(206,46,218); }

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

background-color css

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

 a { background-color: rgb(206,46,218); }

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

border-color css

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

 span { border-color: rgb(206,46,218); }

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