Html Css Color HEX #CE43ED Medium Orchid

📋 copy color: '#CE43ED'

red 206 ◦ green 67 ◦ blue 237

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

Shades of Medium Orchid #CE43ED

Tints of Medium Orchid #CE43ED

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.14%

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

R = 40.39%
G = 13.14%
B = 46.47%

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

#CE43ED (or 0xCE43ED) is known color: Medium Orchid. HEX triplet: CE, 43 and ED. RGB value is (206,67,237). Sum of RGB (Red+Green+Blue) = 206+67+237=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 67 (26.56% from 255 or 13.14% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43ED is #31BC12. Grayscale: #7F7F7F. Windows color (decimal): -3259411 or 15549390. OLE color: 15549390.

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

Color convert

RGB 206 67 237 -
CMYK 0.13 0.72 0 0.07
HSL 289.06º 0.83% 0.6% -
HSV(B) 289.06º 0.72% 0.93% -
XYZ 42.75 23.25 82.36 -
YUV 127.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 206 67 237 0.13 0.72 0 0.07 289.06 0.83 0.6
Hex CE 43 ED D 48 0 7 121 53 3C
Octal 316 103 355 15 110 0 7 441 123 74
Binary 11001110 1000011 11101101 1101 1001000 0 111 100100001 1010011 111100

Color Harmonies of #CE43ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE43ED

Black with #CE43ED

Text Example


Text Example

White with #CE43ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE43ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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