Html Css Color HEX #CE4CDD Medium Orchid

📋 copy color: '#CE4CDD'

red 206 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #CE4CDD

Tints of Medium Orchid #CE4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.11%

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

R = 40.95%
G = 15.11%
B = 43.94%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE4CDD (or 0xCE4CDD) is known color: Medium Orchid. HEX triplet: CE, 4C and DD. RGB value is (206,76,221). Sum of RGB (Red+Green+Blue) = 206+76+221=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CDD is #31B322. Grayscale: #828282. Windows color (decimal): -3257123 or 14503118. OLE color: 14503118.

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

Color convert

RGB 206 76 221 -
CMYK 0.07 0.66 0 0.13
HSL 293.79º 0.68% 0.58% -
HSV(B) 293.79º 0.66% 0.87% -
XYZ 41.09 23.51 70.78 -
YUV 131.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 206 76 221 0.07 0.66 0 0.13 293.79 0.68 0.58
Hex CE 4C DD 7 42 0 D 126 44 3A
Octal 316 114 335 7 102 0 15 446 104 72
Binary 11001110 1001100 11011101 111 1000010 0 1101 100100110 1000100 111010

Color Harmonies of #CE4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CDD

Black with #CE4CDD

Text Example


Text Example

White with #CE4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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