Html Css Color HEX #CE4CE0 Medium Orchid

📋 copy color: '#CE4CE0'

red 206 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #CE4CE0

Tints of Medium Orchid #CE4CE0

RGB

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

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

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

R = 40.71%
G = 15.02%
B = 44.27%

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

#CE4CE0 (or 0xCE4CE0) is known color: Medium Orchid. HEX triplet: CE, 4C and E0. RGB value is (206,76,224). Sum of RGB (Red+Green+Blue) = 206+76+224=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CE0 is #31B31F. Grayscale: #838383. Windows color (decimal): -3257120 or 14699726. OLE color: 14699726.

HSL color Cylindrical-coordinate representation of color #CE4CE0: hue angle of 292.7º 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 #CE4CE0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 76 224 -
CMYK 0.08 0.66 0 0.12
HSL 292.7º 0.7% 0.59% -
HSV(B) 292.7º 0.66% 0.88% -
XYZ 41.49 23.67 72.9 -
YUV 131.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 206 76 224 0.08 0.66 0 0.12 292.7 0.7 0.59
Hex CE 4C E0 8 42 0 C 125 46 3B
Octal 316 114 340 10 102 0 14 445 106 73
Binary 11001110 1001100 11100000 1000 1000010 0 1100 100100101 1000110 111011

Color Harmonies of #CE4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CE0

Black with #CE4CE0

Text Example


Text Example

White with #CE4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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