Html Css Color HEX #CE3FDC Medium Orchid

📋 copy color: '#CE3FDC'

red 206 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #CE3FDC

Tints of Medium Orchid #CE3FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 42.13%
G = 12.88%
B = 44.99%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE3FDC (or 0xCE3FDC) is known color: Medium Orchid. HEX triplet: CE, 3F and DC. RGB value is (206,63,220). Sum of RGB (Red+Green+Blue) = 206+63+220=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FDC is #31C023. Grayscale: #7B7B7B. Windows color (decimal): -3260452 or 14434254. OLE color: 14434254.

HSL color Cylindrical-coordinate representation of color #CE3FDC: hue angle of 294.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3FDC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 63 220 -
CMYK 0.06 0.71 0 0.14
HSL 294.65º 0.69% 0.55% -
HSV(B) 294.65º 0.71% 0.86% -
XYZ 40.15 21.84 69.81 -
YUV 123.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 206 63 220 0.06 0.71 0 0.14 294.65 0.69 0.55
Hex CE 3F DC 6 47 0 E 127 45 37
Octal 316 77 334 6 107 0 16 447 105 67
Binary 11001110 111111 11011100 110 1000111 0 1110 100100111 1000101 110111

Color Harmonies of #CE3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FDC

Black with #CE3FDC

Text Example


Text Example

White with #CE3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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