Html Css Color HEX #CE4EE6 Medium Orchid

📋 copy color: '#CE4EE6'

red 206 ◦ green 78 ◦ blue 230

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

Shades of Medium Orchid #CE4EE6

Tints of Medium Orchid #CE4EE6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.18%

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 40.08%
G = 15.18%
B = 44.75%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE4EE6 (or 0xCE4EE6) is known color: Medium Orchid. HEX triplet: CE, 4E and E6. RGB value is (206,78,230). Sum of RGB (Red+Green+Blue) = 206+78+230=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EE6 is #31B119. Grayscale: #858585. Windows color (decimal): -3256602 or 15093454. OLE color: 15093454.

HSL color Cylindrical-coordinate representation of color #CE4EE6: hue angle of 290.53º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4EE6 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 78 230 -
CMYK 0.10 0.66 0 0.10
HSL 290.53º 0.75% 0.6% -
HSV(B) 290.53º 0.66% 0.9% -
XYZ 42.46 24.28 77.31 -
YUV 133.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 206 78 230 0.10 0.66 0 0.10 290.53 0.75 0.6
Hex CE 4E E6 A 42 0 A 123 4B 3C
Octal 316 116 346 12 102 0 12 443 113 74
Binary 11001110 1001110 11100110 1010 1000010 0 1010 100100011 1001011 111100

Color Harmonies of #CE4EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EE6

Black with #CE4EE6

Text Example


Text Example

White with #CE4EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EE6; }

 p { color: rgb(206,78,230); }

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

background-color css

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

 a { background-color: rgb(206,78,230); }

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

border-color css

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

 span { border-color: rgb(206,78,230); }

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