Html Css Color HEX #CE4FDF Medium Orchid

📋 copy color: '#CE4FDF'

red 206 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #CE4FDF

Tints of Medium Orchid #CE4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.55%

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 40.55%
G = 15.55%
B = 43.9%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE4FDF (or 0xCE4FDF) is known color: Medium Orchid. HEX triplet: CE, 4F and DF. RGB value is (206,79,223). Sum of RGB (Red+Green+Blue) = 206+79+223=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FDF is #31B020. Grayscale: #848484. Windows color (decimal): -3256353 or 14634958. OLE color: 14634958.

HSL color Cylindrical-coordinate representation of color #CE4FDF: hue angle of 292.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4FDF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 79 223 -
CMYK 0.08 0.65 0 0.13
HSL 292.92º 0.69% 0.59% -
HSV(B) 292.92º 0.65% 0.87% -
XYZ 41.57 24.04 72.26 -
YUV 133.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 206 79 223 0.08 0.65 0 0.13 292.92 0.69 0.59
Hex CE 4F DF 8 41 0 D 125 45 3B
Octal 316 117 337 10 101 0 15 445 105 73
Binary 11001110 1001111 11011111 1000 1000001 0 1101 100100101 1000101 111011

Color Harmonies of #CE4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FDF

Black with #CE4FDF

Text Example


Text Example

White with #CE4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FDF; }

 p { color: rgb(206,79,223); }

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

background-color css

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

 a { background-color: rgb(206,79,223); }

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

border-color css

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

 span { border-color: rgb(206,79,223); }

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