Html Css Color HEX #CE42ED Medium Orchid

📋 copy color: '#CE42ED'

red 206 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #CE42ED

Tints of Medium Orchid #CE42ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.97%

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

R = 40.47%
G = 12.97%
B = 46.56%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE42ED (or 0xCE42ED) is known color: Medium Orchid. HEX triplet: CE, 42 and ED. RGB value is (206,66,237). Sum of RGB (Red+Green+Blue) = 206+66+237=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42ED is #31BD12. Grayscale: #7E7E7E. Windows color (decimal): -3259667 or 15549134. OLE color: 15549134.

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

Color convert

RGB 206 66 237 -
CMYK 0.13 0.72 0 0.07
HSL 289.12º 0.83% 0.59% -
HSV(B) 289.12º 0.72% 0.93% -
XYZ 42.69 23.13 82.34 -
YUV 127.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 206 66 237 0.13 0.72 0 0.07 289.12 0.83 0.59
Hex CE 42 ED D 48 0 7 121 53 3B
Octal 316 102 355 15 110 0 7 441 123 73
Binary 11001110 1000010 11101101 1101 1001000 0 111 100100001 1010011 111011

Color Harmonies of #CE42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42ED

Black with #CE42ED

Text Example


Text Example

White with #CE42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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