Html Css Color HEX #CE4CE1 Medium Orchid

📋 copy color: '#CE4CE1'

red 206 ◦ green 76 ◦ blue 225

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

Shades of Medium Orchid #CE4CE1

Tints of Medium Orchid #CE4CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 40.63%
G = 14.99%
B = 44.38%

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

#CE4CE1 (or 0xCE4CE1) is known color: Medium Orchid. HEX triplet: CE, 4C and E1. RGB value is (206,76,225). Sum of RGB (Red+Green+Blue) = 206+76+225=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CE1 is #31B31E. Grayscale: #838383. Windows color (decimal): -3257119 or 14765262. OLE color: 14765262.

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

Color convert

RGB 206 76 225 -
CMYK 0.08 0.66 0 0.12
HSL 292.35º 0.71% 0.59% -
HSV(B) 292.35º 0.66% 0.88% -
XYZ 41.63 23.73 73.62 -
YUV 131.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 206 76 225 0.08 0.66 0 0.12 292.35 0.71 0.59
Hex CE 4C E1 8 42 0 C 124 47 3B
Octal 316 114 341 10 102 0 14 444 107 73
Binary 11001110 1001100 11100001 1000 1000010 0 1100 100100100 1000111 111011

Color Harmonies of #CE4CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CE1

Black with #CE4CE1

Text Example


Text Example

White with #CE4CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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