Html Css Color HEX #CE41D8 Medium Orchid

📋 copy color: '#CE41D8'

red 206 ◦ green 65 ◦ blue 216

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

Shades of Medium Orchid #CE41D8

Tints of Medium Orchid #CE41D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.35%

R = 42.3%
G = 13.35%
B = 44.35%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE41D8 (or 0xCE41D8) is known color: Medium Orchid. HEX triplet: CE, 41 and D8. RGB value is (206,65,216). Sum of RGB (Red+Green+Blue) = 206+65+216=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE41D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41D8 is #31BE27. Grayscale: #7B7B7B. Windows color (decimal): -3259944 or 14172622. OLE color: 14172622.

HSL color Cylindrical-coordinate representation of color #CE41D8: hue angle of 296.03º degrees, saturation: 0.66, 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 #CE41D8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 65 216 -
CMYK 0.05 0.70 0 0.15
HSL 296.03º 0.66% 0.55% -
HSV(B) 296.03º 0.7% 0.85% -
XYZ 39.74 21.86 67.09 -
YUV 124.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 206 65 216 0.05 0.70 0 0.15 296.03 0.66 0.55
Hex CE 41 D8 5 46 0 F 128 42 37
Octal 316 101 330 5 106 0 17 450 102 67
Binary 11001110 1000001 11011000 101 1000110 0 1111 100101000 1000010 110111

Color Harmonies of #CE41D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41D8

Black with #CE41D8

Text Example


Text Example

White with #CE41D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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