Html Css Color HEX #CE3EFF Medium Orchid

📋 copy color: '#CE3EFF'

red 206 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #CE3EFF

Tints of Medium Orchid #CE3EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 39.39%
G = 11.85%
B = 48.76%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE3EFF (or 0xCE3EFF) is known color: Medium Orchid. HEX triplet: CE, 3E and FF. RGB value is (206,62,255). Sum of RGB (Red+Green+Blue) = 206+62+255=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EFF is #31C100. Grayscale: #7E7E7E. Windows color (decimal): -3260673 or 16727758. OLE color: 16727758.

HSL color Cylindrical-coordinate representation of color #CE3EFF: hue angle of 284.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3EFF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 62 255 -
CMYK 0.19 0.76 0 0
HSL 284.77º 1% 0.62% -
HSV(B) 284.77º 0.76% 1% -
XYZ 45.23 23.79 96.82 -
YUV 127.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 206 62 255 0.19 0.76 0 0 284.77 1 0.62
Hex CE 3E FF 13 4C 0 0 11D 64 3E
Octal 316 76 377 23 114 0 0 435 144 76
Binary 11001110 111110 11111111 10011 1001100 0 0 100011101 1100100 111110

Color Harmonies of #CE3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EFF

Black with #CE3EFF

Text Example


Text Example

White with #CE3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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