Html Css Color HEX #CE48DE Medium Orchid

📋 copy color: '#CE48DE'

red 206 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #CE48DE

Tints of Medium Orchid #CE48DE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.4%

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

R = 41.2%
G = 14.4%
B = 44.4%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE48DE (or 0xCE48DE) is known color: Medium Orchid. HEX triplet: CE, 48 and DE. RGB value is (206,72,222). Sum of RGB (Red+Green+Blue) = 206+72+222=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE48DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48DE is #31B721. Grayscale: #808080. Windows color (decimal): -3258146 or 14567630. OLE color: 14567630.

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

Color convert

RGB 206 72 222 -
CMYK 0.07 0.68 0 0.13
HSL 293.6º 0.69% 0.58% -
HSV(B) 293.6º 0.68% 0.87% -
XYZ 40.96 23.03 71.39 -
YUV 129.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 206 72 222 0.07 0.68 0 0.13 293.6 0.69 0.58
Hex CE 48 DE 7 44 0 D 126 45 3A
Octal 316 110 336 7 104 0 15 446 105 72
Binary 11001110 1001000 11011110 111 1000100 0 1101 100100110 1000101 111010

Color Harmonies of #CE48DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48DE

Black with #CE48DE

Text Example


Text Example

White with #CE48DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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