Html Css Color HEX #CE4CDE Medium Orchid

📋 copy color: '#CE4CDE'

red 206 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #CE4CDE

Tints of Medium Orchid #CE4CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 40.87%
G = 15.08%
B = 44.05%

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

#CE4CDE (or 0xCE4CDE) is known color: Medium Orchid. HEX triplet: CE, 4C and DE. RGB value is (206,76,222). Sum of RGB (Red+Green+Blue) = 206+76+222=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CDE is #31B321. Grayscale: #838383. Windows color (decimal): -3257122 or 14568654. OLE color: 14568654.

HSL color Cylindrical-coordinate representation of color #CE4CDE: hue angle of 293.42º degrees, saturation: 0.69, 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 #CE4CDE is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 76 222 -
CMYK 0.07 0.66 0 0.13
HSL 293.42º 0.69% 0.58% -
HSV(B) 293.42º 0.66% 0.87% -
XYZ 41.22 23.56 71.48 -
YUV 131.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 206 76 222 0.07 0.66 0 0.13 293.42 0.69 0.58
Hex CE 4C DE 7 42 0 D 125 45 3A
Octal 316 114 336 7 102 0 15 445 105 72
Binary 11001110 1001100 11011110 111 1000010 0 1101 100100101 1000101 111010

Color Harmonies of #CE4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CDE

Black with #CE4CDE

Text Example


Text Example

White with #CE4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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