Html Css Color HEX #CE53DE Medium Orchid

📋 copy color: '#CE53DE'

red 206 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #CE53DE

Tints of Medium Orchid #CE53DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.24%

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

R = 40.31%
G = 16.24%
B = 43.44%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE53DE (or 0xCE53DE) is known color: Medium Orchid. HEX triplet: CE, 53 and DE. RGB value is (206,83,222). Sum of RGB (Red+Green+Blue) = 206+83+222=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE53DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53DE is #31AC21. Grayscale: #878787. Windows color (decimal): -3255330 or 14570446. OLE color: 14570446.

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

Color convert

RGB 206 83 222 -
CMYK 0.07 0.63 0 0.13
HSL 293.09º 0.68% 0.6% -
HSV(B) 293.09º 0.63% 0.87% -
XYZ 41.73 24.58 71.65 -
YUV 135.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 206 83 222 0.07 0.63 0 0.13 293.09 0.68 0.6
Hex CE 53 DE 7 3F 0 D 125 44 3C
Octal 316 123 336 7 77 0 15 445 104 74
Binary 11001110 1010011 11011110 111 111111 0 1101 100100101 1000100 111100

Color Harmonies of #CE53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53DE

Black with #CE53DE

Text Example


Text Example

White with #CE53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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