Html Css Color HEX #CE3DEC Medium Orchid

📋 copy color: '#CE3DEC'

red 206 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #CE3DEC

Tints of Medium Orchid #CE3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.13%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 40.95%
G = 12.13%
B = 46.92%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE3DEC (or 0xCE3DEC) is known color: Medium Orchid. HEX triplet: CE, 3D and EC. RGB value is (206,61,236). Sum of RGB (Red+Green+Blue) = 206+61+236=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE3DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DEC is #31C213. Grayscale: #7B7B7B. Windows color (decimal): -3260948 or 15482318. OLE color: 15482318.

HSL color Cylindrical-coordinate representation of color #CE3DEC: hue angle of 289.71º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3DEC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 61 236 -
CMYK 0.13 0.74 0 0.07
HSL 289.71º 0.82% 0.58% -
HSV(B) 289.71º 0.74% 0.93% -
XYZ 42.26 22.52 81.48 -
YUV 124.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 206 61 236 0.13 0.74 0 0.07 289.71 0.82 0.58
Hex CE 3D EC D 4A 0 7 122 52 3A
Octal 316 75 354 15 112 0 7 442 122 72
Binary 11001110 111101 11101100 1101 1001010 0 111 100100010 1010010 111010

Color Harmonies of #CE3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DEC

Black with #CE3DEC

Text Example


Text Example

White with #CE3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DEC; }

 p { color: rgb(206,61,236); }

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

background-color css

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

 a { background-color: rgb(206,61,236); }

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

border-color css

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

 span { border-color: rgb(206,61,236); }

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