Html Css Color HEX #CE47DA Medium Orchid

📋 copy color: '#CE47DA'

red 206 ◦ green 71 ◦ blue 218

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

Shades of Medium Orchid #CE47DA

Tints of Medium Orchid #CE47DA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.34%

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

R = 41.62%
G = 14.34%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE47DA (or 0xCE47DA) is known color: Medium Orchid. HEX triplet: CE, 47 and DA. RGB value is (206,71,218). Sum of RGB (Red+Green+Blue) = 206+71+218=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE47DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47DA is #31B825. Grayscale: #7F7F7F. Windows color (decimal): -3258406 or 14305230. OLE color: 14305230.

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

Color convert

RGB 206 71 218 -
CMYK 0.06 0.67 0 0.15
HSL 295.1º 0.67% 0.57% -
HSV(B) 295.1º 0.67% 0.85% -
XYZ 40.36 22.69 68.58 -
YUV 128.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 206 71 218 0.06 0.67 0 0.15 295.1 0.67 0.57
Hex CE 47 DA 6 43 0 F 127 43 39
Octal 316 107 332 6 103 0 17 447 103 71
Binary 11001110 1000111 11011010 110 1000011 0 1111 100100111 1000011 111001

Color Harmonies of #CE47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47DA

Black with #CE47DA

Text Example


Text Example

White with #CE47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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