Html Css Color HEX #CE41DA Medium Orchid

📋 copy color: '#CE41DA'

red 206 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #CE41DA

Tints of Medium Orchid #CE41DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 42.13%
G = 13.29%
B = 44.58%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE41DA (or 0xCE41DA) is known color: Medium Orchid. HEX triplet: CE, 41 and DA. RGB value is (206,65,218). Sum of RGB (Red+Green+Blue) = 206+65+218=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41DA is #31BE25. Grayscale: #7C7C7C. Windows color (decimal): -3259942 or 14303694. OLE color: 14303694.

HSL color Cylindrical-coordinate representation of color #CE41DA: hue angle of 295.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE41DA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 65 218 -
CMYK 0.06 0.70 0 0.15
HSL 295.29º 0.67% 0.55% -
HSV(B) 295.29º 0.7% 0.85% -
XYZ 40 21.96 68.46 -
YUV 124.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 206 65 218 0.06 0.70 0 0.15 295.29 0.67 0.55
Hex CE 41 DA 6 46 0 F 127 43 37
Octal 316 101 332 6 106 0 17 447 103 67
Binary 11001110 1000001 11011010 110 1000110 0 1111 100100111 1000011 110111

Color Harmonies of #CE41DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41DA

Black with #CE41DA

Text Example


Text Example

White with #CE41DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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