Html Css Color HEX #CE3DF9 Medium Orchid

📋 copy color: '#CE3DF9'

red 206 ◦ green 61 ◦ blue 249

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

Shades of Medium Orchid #CE3DF9

Tints of Medium Orchid #CE3DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.82%

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

R = 39.92%
G = 11.82%
B = 48.26%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3DF9 (or 0xCE3DF9) is known color: Medium Orchid. HEX triplet: CE, 3D and F9. RGB value is (206,61,249). Sum of RGB (Red+Green+Blue) = 206+61+249=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE3DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DF9 is #31C206. Grayscale: #7D7D7D. Windows color (decimal): -3260935 or 16334286. OLE color: 16334286.

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

Color convert

RGB 206 61 249 -
CMYK 0.17 0.76 0 0.02
HSL 286.28º 0.94% 0.61% -
HSV(B) 286.28º 0.76% 0.98% -
XYZ 44.22 23.3 91.79 -
YUV 125.79 197.54 185.21 -
System Red Green Blue C M Y K H S L
Decimal 206 61 249 0.17 0.76 0 0.02 286.28 0.94 0.61
Hex CE 3D F9 11 4C 0 2 11E 5E 3D
Octal 316 75 371 21 114 0 2 436 136 75
Binary 11001110 111101 11111001 10001 1001100 0 10 100011110 1011110 111101

Color Harmonies of #CE3DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DF9

Black with #CE3DF9

Text Example


Text Example

White with #CE3DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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