Html Css Color HEX #CE40DA Medium Orchid

📋 copy color: '#CE40DA'

red 206 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #CE40DA

Tints of Medium Orchid #CE40DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.11%

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

R = 42.21%
G = 13.11%
B = 44.67%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE40DA (or 0xCE40DA) is known color: Medium Orchid. HEX triplet: CE, 40 and DA. RGB value is (206,64,218). Sum of RGB (Red+Green+Blue) = 206+64+218=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40DA is #31BF25. Grayscale: #7B7B7B. Windows color (decimal): -3260198 or 14303438. OLE color: 14303438.

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

Color convert

RGB 206 64 218 -
CMYK 0.06 0.71 0 0.15
HSL 295.32º 0.68% 0.55% -
HSV(B) 295.32º 0.71% 0.85% -
XYZ 39.94 21.85 68.44 -
YUV 124.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 206 64 218 0.06 0.71 0 0.15 295.32 0.68 0.55
Hex CE 40 DA 6 47 0 F 127 44 37
Octal 316 100 332 6 107 0 17 447 104 67
Binary 11001110 1000000 11011010 110 1000111 0 1111 100100111 1000100 110111

Color Harmonies of #CE40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40DA

Black with #CE40DA

Text Example


Text Example

White with #CE40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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