Html Css Color HEX #CE5ADD Medium Orchid

📋 copy color: '#CE5ADD'

red 206 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #CE5ADD

Tints of Medium Orchid #CE5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 39.85%
G = 17.41%
B = 42.75%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE5ADD (or 0xCE5ADD) is known color: Medium Orchid. HEX triplet: CE, 5A and DD. RGB value is (206,90,221). Sum of RGB (Red+Green+Blue) = 206+90+221=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ADD is #31A522. Grayscale: #8B8B8B. Windows color (decimal): -3253539 or 14506702. OLE color: 14506702.

HSL color Cylindrical-coordinate representation of color #CE5ADD: hue angle of 293.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5ADD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 90 221 -
CMYK 0.07 0.59 0 0.13
HSL 293.13º 0.66% 0.61% -
HSV(B) 293.13º 0.59% 0.87% -
XYZ 42.16 25.65 71.14 -
YUV 139.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 206 90 221 0.07 0.59 0 0.13 293.13 0.66 0.61
Hex CE 5A DD 7 3B 0 D 125 42 3D
Octal 316 132 335 7 73 0 15 445 102 75
Binary 11001110 1011010 11011101 111 111011 0 1101 100100101 1000010 111101

Color Harmonies of #CE5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ADD

Black with #CE5ADD

Text Example


Text Example

White with #CE5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ADD; }

 p { color: rgb(206,90,221); }

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

background-color css

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

 a { background-color: rgb(206,90,221); }

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

border-color css

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

 span { border-color: rgb(206,90,221); }

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