Html Css Color HEX #CE3EF9 Medium Orchid

📋 copy color: '#CE3EF9'

red 206 ◦ green 62 ◦ blue 249

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

Shades of Medium Orchid #CE3EF9

Tints of Medium Orchid #CE3EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 39.85%
G = 11.99%
B = 48.16%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3EF9 (or 0xCE3EF9) is known color: Medium Orchid. HEX triplet: CE, 3E and F9. RGB value is (206,62,249). Sum of RGB (Red+Green+Blue) = 206+62+249=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE3EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EF9 is #31C106. Grayscale: #7D7D7D. Windows color (decimal): -3260679 or 16334542. OLE color: 16334542.

HSL color Cylindrical-coordinate representation of color #CE3EF9: hue angle of 286.2º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3EF9 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 62 249 -
CMYK 0.17 0.75 0 0.02
HSL 286.2º 0.94% 0.61% -
HSV(B) 286.2º 0.75% 0.98% -
XYZ 44.28 23.41 91.81 -
YUV 126.37 197.21 184.79 -
System Red Green Blue C M Y K H S L
Decimal 206 62 249 0.17 0.75 0 0.02 286.2 0.94 0.61
Hex CE 3E F9 11 4B 0 2 11E 5E 3D
Octal 316 76 371 21 113 0 2 436 136 75
Binary 11001110 111110 11111001 10001 1001011 0 10 100011110 1011110 111101

Color Harmonies of #CE3EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EF9

Black with #CE3EF9

Text Example


Text Example

White with #CE3EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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