Html Css Color HEX #CE2FD7 Medium Orchid

📋 copy color: '#CE2FD7'

red 206 ◦ green 47 ◦ blue 215

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

Shades of Medium Orchid #CE2FD7

Tints of Medium Orchid #CE2FD7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.04%

 BLUE value IS 215 (84.38% from 255) = 45.94%

R = 44.02%
G = 10.04%
B = 45.94%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE2FD7 (or 0xCE2FD7) is known color: Medium Orchid. HEX triplet: CE, 2F and D7. RGB value is (206,47,215). Sum of RGB (Red+Green+Blue) = 206+47+215=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE2FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FD7 is #31D028. Grayscale: #717171. Windows color (decimal): -3264553 or 14102478. OLE color: 14102478.

HSL color Cylindrical-coordinate representation of color #CE2FD7: hue angle of 296.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2FD7 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 47 215 -
CMYK 0.04 0.78 0 0.16
HSL 296.79º 0.68% 0.51% -
HSV(B) 296.79º 0.78% 0.84% -
XYZ 38.74 20.06 66.12 -
YUV 113.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 206 47 215 0.04 0.78 0 0.16 296.79 0.68 0.51
Hex CE 2F D7 4 4E 0 10 129 44 33
Octal 316 57 327 4 116 0 20 451 104 63
Binary 11001110 101111 11010111 100 1001110 0 10000 100101001 1000100 110011

Color Harmonies of #CE2FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FD7

Black with #CE2FD7

Text Example


Text Example

White with #CE2FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FD7; }

 p { color: rgb(206,47,215); }

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

background-color css

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

 a { background-color: rgb(206,47,215); }

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

border-color css

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

 span { border-color: rgb(206,47,215); }

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