Html Css Color HEX #CE5CDD Medium Orchid

📋 copy color: '#CE5CDD'

red 206 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #CE5CDD

Tints of Medium Orchid #CE5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.73%

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

R = 39.69%
G = 17.73%
B = 42.58%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE5CDD (or 0xCE5CDD) is known color: Medium Orchid. HEX triplet: CE, 5C and DD. RGB value is (206,92,221). Sum of RGB (Red+Green+Blue) = 206+92+221=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CDD is #31A322. Grayscale: #8C8C8C. Windows color (decimal): -3253027 or 14507214. OLE color: 14507214.

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

Color convert

RGB 206 92 221 -
CMYK 0.07 0.58 0 0.13
HSL 293.02º 0.65% 0.61% -
HSV(B) 293.02º 0.58% 0.87% -
XYZ 42.33 26 71.19 -
YUV 140.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 206 92 221 0.07 0.58 0 0.13 293.02 0.65 0.61
Hex CE 5C DD 7 3A 0 D 125 41 3D
Octal 316 134 335 7 72 0 15 445 101 75
Binary 11001110 1011100 11011101 111 111010 0 1101 100100101 1000001 111101

Color Harmonies of #CE5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CDD

Black with #CE5CDD

Text Example


Text Example

White with #CE5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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