Html Css Color HEX #CE3FDE Medium Orchid

📋 copy color: '#CE3FDE'

red 206 ◦ green 63 ◦ blue 222

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

Shades of Medium Orchid #CE3FDE

Tints of Medium Orchid #CE3FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.83%

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 41.96%
G = 12.83%
B = 45.21%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE3FDE (or 0xCE3FDE) is known color: Medium Orchid. HEX triplet: CE, 3F and DE. RGB value is (206,63,222). Sum of RGB (Red+Green+Blue) = 206+63+222=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE3FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FDE is #31C021. Grayscale: #7B7B7B. Windows color (decimal): -3260450 or 14565326. OLE color: 14565326.

HSL color Cylindrical-coordinate representation of color #CE3FDE: hue angle of 293.96º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3FDE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 63 222 -
CMYK 0.07 0.72 0 0.13
HSL 293.96º 0.71% 0.56% -
HSV(B) 293.96º 0.72% 0.87% -
XYZ 40.42 21.95 71.21 -
YUV 123.88 183.38 186.57 -
System Red Green Blue C M Y K H S L
Decimal 206 63 222 0.07 0.72 0 0.13 293.96 0.71 0.56
Hex CE 3F DE 7 48 0 D 126 47 38
Octal 316 77 336 7 110 0 15 446 107 70
Binary 11001110 111111 11011110 111 1001000 0 1101 100100110 1000111 111000

Color Harmonies of #CE3FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FDE

Black with #CE3FDE

Text Example


Text Example

White with #CE3FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FDE; }

 p { color: rgb(206,63,222); }

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

background-color css

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

 a { background-color: rgb(206,63,222); }

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

border-color css

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

 span { border-color: rgb(206,63,222); }

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