Html Css Color HEX #CE3EDC Medium Orchid

📋 copy color: '#CE3EDC'

red 206 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #CE3EDC

Tints of Medium Orchid #CE3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.7%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 42.21%
G = 12.7%
B = 45.08%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE3EDC (or 0xCE3EDC) is known color: Medium Orchid. HEX triplet: CE, 3E and DC. RGB value is (206,62,220). Sum of RGB (Red+Green+Blue) = 206+62+220=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EDC is #31C123. Grayscale: #7A7A7A. Windows color (decimal): -3260708 or 14433998. OLE color: 14433998.

HSL color Cylindrical-coordinate representation of color #CE3EDC: hue angle of 294.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3EDC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 62 220 -
CMYK 0.06 0.72 0 0.14
HSL 294.68º 0.69% 0.55% -
HSV(B) 294.68º 0.72% 0.86% -
XYZ 40.09 21.73 69.79 -
YUV 123.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 206 62 220 0.06 0.72 0 0.14 294.68 0.69 0.55
Hex CE 3E DC 6 48 0 E 127 45 37
Octal 316 76 334 6 110 0 16 447 105 67
Binary 11001110 111110 11011100 110 1001000 0 1110 100100111 1000101 110111

Color Harmonies of #CE3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EDC

Black with #CE3EDC

Text Example


Text Example

White with #CE3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EDC; }

 p { color: rgb(206,62,220); }

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

background-color css

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

 a { background-color: rgb(206,62,220); }

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

border-color css

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

 span { border-color: rgb(206,62,220); }

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