Html Css Color HEX #CE4DE0 Medium Orchid

📋 copy color: '#CE4DE0'

red 206 ◦ green 77 ◦ blue 224

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

Shades of Medium Orchid #CE4DE0

Tints of Medium Orchid #CE4DE0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.19%

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 40.63%
G = 15.19%
B = 44.18%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE4DE0 (or 0xCE4DE0) is known color: Medium Orchid. HEX triplet: CE, 4D and E0. RGB value is (206,77,224). Sum of RGB (Red+Green+Blue) = 206+77+224=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE4DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DE0 is #31B21F. Grayscale: #838383. Windows color (decimal): -3256864 or 14699982. OLE color: 14699982.

HSL color Cylindrical-coordinate representation of color #CE4DE0: hue angle of 292.65º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4DE0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 77 224 -
CMYK 0.08 0.66 0 0.12
HSL 292.65º 0.7% 0.59% -
HSV(B) 292.65º 0.66% 0.88% -
XYZ 41.56 23.81 72.93 -
YUV 132.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 206 77 224 0.08 0.66 0 0.12 292.65 0.7 0.59
Hex CE 4D E0 8 42 0 C 125 46 3B
Octal 316 115 340 10 102 0 14 445 106 73
Binary 11001110 1001101 11100000 1000 1000010 0 1100 100100101 1000110 111011

Color Harmonies of #CE4DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DE0

Black with #CE4DE0

Text Example


Text Example

White with #CE4DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DE0; }

 p { color: rgb(206,77,224); }

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

background-color css

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

 a { background-color: rgb(206,77,224); }

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

border-color css

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

 span { border-color: rgb(206,77,224); }

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