Html Css Color HEX #CE3DFD Medium Orchid

📋 copy color: '#CE3DFD'

red 206 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #CE3DFD

Tints of Medium Orchid #CE3DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.73%

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 39.62%
G = 11.73%
B = 48.65%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE3DFD (or 0xCE3DFD) is known color: Medium Orchid. HEX triplet: CE, 3D and FD. RGB value is (206,61,253). Sum of RGB (Red+Green+Blue) = 206+61+253=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE3DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DFD is #31C202. Grayscale: #7D7D7D. Windows color (decimal): -3260931 or 16596430. OLE color: 16596430.

HSL color Cylindrical-coordinate representation of color #CE3DFD: hue angle of 285.31º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3DFD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 61 253 -
CMYK 0.19 0.76 0 0.01
HSL 285.31º 0.98% 0.62% -
HSV(B) 285.31º 0.76% 0.99% -
XYZ 44.85 23.55 95.11 -
YUV 126.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 206 61 253 0.19 0.76 0 0.01 285.31 0.98 0.62
Hex CE 3D FD 13 4C 0 1 11D 62 3E
Octal 316 75 375 23 114 0 1 435 142 76
Binary 11001110 111101 11111101 10011 1001100 0 1 100011101 1100010 111110

Color Harmonies of #CE3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DFD

Black with #CE3DFD

Text Example


Text Example

White with #CE3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DFD; }

 p { color: rgb(206,61,253); }

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

background-color css

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

 a { background-color: rgb(206,61,253); }

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

border-color css

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

 span { border-color: rgb(206,61,253); }

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