Html Css Color HEX #CE3EDB Medium Orchid

📋 copy color: '#CE3EDB'

red 206 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #CE3EDB

Tints of Medium Orchid #CE3EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 42.3%
G = 12.73%
B = 44.97%

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

#CE3EDB (or 0xCE3EDB) is known color: Medium Orchid. HEX triplet: CE, 3E and DB. RGB value is (206,62,219). Sum of RGB (Red+Green+Blue) = 206+62+219=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EDB is #31C124. Grayscale: #7A7A7A. Windows color (decimal): -3260709 or 14368462. OLE color: 14368462.

HSL color Cylindrical-coordinate representation of color #CE3EDB: hue angle of 295.03º 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 #CE3EDB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 62 219 -
CMYK 0.06 0.72 0 0.14
HSL 295.03º 0.69% 0.55% -
HSV(B) 295.03º 0.72% 0.86% -
XYZ 39.96 21.68 69.1 -
YUV 122.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 206 62 219 0.06 0.72 0 0.14 295.03 0.69 0.55
Hex CE 3E DB 6 48 0 E 127 45 37
Octal 316 76 333 6 110 0 16 447 105 67
Binary 11001110 111110 11011011 110 1001000 0 1110 100100111 1000101 110111

Color Harmonies of #CE3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EDB

Black with #CE3EDB

Text Example


Text Example

White with #CE3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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