Html Css Color HEX #CE34ED Medium Orchid

📋 copy color: '#CE34ED'

red 206 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #CE34ED

Tints of Medium Orchid #CE34ED

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.51%

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 41.62%
G = 10.51%
B = 47.88%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE34ED (or 0xCE34ED) is known color: Medium Orchid. HEX triplet: CE, 34 and ED. RGB value is (206,52,237). Sum of RGB (Red+Green+Blue) = 206+52+237=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34ED is #31CB12. Grayscale: #767676. Windows color (decimal): -3263251 or 15545550. OLE color: 15545550.

HSL color Cylindrical-coordinate representation of color #CE34ED: hue angle of 289.95º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE34ED is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 52 237 -
CMYK 0.13 0.78 0 0.07
HSL 289.95º 0.84% 0.57% -
HSV(B) 289.95º 0.78% 0.93% -
XYZ 41.97 21.69 82.1 -
YUV 119.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 206 52 237 0.13 0.78 0 0.07 289.95 0.84 0.57
Hex CE 34 ED D 4E 0 7 122 54 39
Octal 316 64 355 15 116 0 7 442 124 71
Binary 11001110 110100 11101101 1101 1001110 0 111 100100010 1010100 111001

Color Harmonies of #CE34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34ED

Black with #CE34ED

Text Example


Text Example

White with #CE34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34ED; }

 p { color: rgb(206,52,237); }

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

background-color css

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

 a { background-color: rgb(206,52,237); }

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

border-color css

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

 span { border-color: rgb(206,52,237); }

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