Html Css Color HEX #CE41DF Medium Orchid

📋 copy color: '#CE41DF'

red 206 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #CE41DF

Tints of Medium Orchid #CE41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.16%

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

R = 41.7%
G = 13.16%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE41DF (or 0xCE41DF) is known color: Medium Orchid. HEX triplet: CE, 41 and DF. RGB value is (206,65,223). Sum of RGB (Red+Green+Blue) = 206+65+223=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41DF is #31BE20. Grayscale: #7C7C7C. Windows color (decimal): -3259937 or 14631374. OLE color: 14631374.

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

Color convert

RGB 206 65 223 -
CMYK 0.08 0.71 0 0.13
HSL 293.54º 0.71% 0.56% -
HSV(B) 293.54º 0.71% 0.87% -
XYZ 40.66 22.23 71.96 -
YUV 125.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 206 65 223 0.08 0.71 0 0.13 293.54 0.71 0.56
Hex CE 41 DF 8 47 0 D 126 47 38
Octal 316 101 337 10 107 0 15 446 107 70
Binary 11001110 1000001 11011111 1000 1000111 0 1101 100100110 1000111 111000

Color Harmonies of #CE41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41DF

Black with #CE41DF

Text Example


Text Example

White with #CE41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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