Html Css Color HEX #CE3EE7 Medium Orchid

📋 copy color: '#CE3EE7'

red 206 ◦ green 62 ◦ blue 231

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

Shades of Medium Orchid #CE3EE7

Tints of Medium Orchid #CE3EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.29%

R = 41.28%
G = 12.42%
B = 46.29%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE3EE7 (or 0xCE3EE7) is known color: Medium Orchid. HEX triplet: CE, 3E and E7. RGB value is (206,62,231). Sum of RGB (Red+Green+Blue) = 206+62+231=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE3EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EE7 is #31C118. Grayscale: #7B7B7B. Windows color (decimal): -3260697 or 15154894. OLE color: 15154894.

HSL color Cylindrical-coordinate representation of color #CE3EE7: hue angle of 291.12º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3EE7 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 62 231 -
CMYK 0.11 0.73 0 0.09
HSL 291.12º 0.78% 0.57% -
HSV(B) 291.12º 0.73% 0.91% -
XYZ 41.6 22.34 77.72 -
YUV 124.32 188.21 186.26 -
System Red Green Blue C M Y K H S L
Decimal 206 62 231 0.11 0.73 0 0.09 291.12 0.78 0.57
Hex CE 3E E7 B 49 0 9 123 4E 39
Octal 316 76 347 13 111 0 11 443 116 71
Binary 11001110 111110 11100111 1011 1001001 0 1001 100100011 1001110 111001

Color Harmonies of #CE3EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EE7

Black with #CE3EE7

Text Example


Text Example

White with #CE3EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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