Html Css Color HEX #CE43D8 Medium Orchid

📋 copy color: '#CE43D8'

red 206 ◦ green 67 ◦ blue 216

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

Shades of Medium Orchid #CE43D8

Tints of Medium Orchid #CE43D8

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.7%

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

R = 42.13%
G = 13.7%
B = 44.17%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE43D8 (or 0xCE43D8) is known color: Medium Orchid. HEX triplet: CE, 43 and D8. RGB value is (206,67,216). Sum of RGB (Red+Green+Blue) = 206+67+216=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE43D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43D8 is #31BC27. Grayscale: #7D7D7D. Windows color (decimal): -3259432 or 14173134. OLE color: 14173134.

HSL color Cylindrical-coordinate representation of color #CE43D8: hue angle of 295.97º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE43D8 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 67 216 -
CMYK 0.05 0.69 0 0.15
HSL 295.97º 0.66% 0.55% -
HSV(B) 295.97º 0.69% 0.85% -
XYZ 39.86 22.09 67.13 -
YUV 125.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 206 67 216 0.05 0.69 0 0.15 295.97 0.66 0.55
Hex CE 43 D8 5 45 0 F 128 42 37
Octal 316 103 330 5 105 0 17 450 102 67
Binary 11001110 1000011 11011000 101 1000101 0 1111 100101000 1000010 110111

Color Harmonies of #CE43D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE43D8

Black with #CE43D8

Text Example


Text Example

White with #CE43D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE43D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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