Html Css Color HEX #CE3EFD Medium Orchid

📋 copy color: '#CE3EFD'

red 206 ◦ green 62 ◦ blue 253

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

Shades of Medium Orchid #CE3EFD

Tints of Medium Orchid #CE3EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.9%

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

R = 39.54%
G = 11.9%
B = 48.56%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE3EFD (or 0xCE3EFD) is known color: Medium Orchid. HEX triplet: CE, 3E and FD. RGB value is (206,62,253). Sum of RGB (Red+Green+Blue) = 206+62+253=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE3EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EFD is #31C102. Grayscale: #7E7E7E. Windows color (decimal): -3260675 or 16596686. OLE color: 16596686.

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

Color convert

RGB 206 62 253 -
CMYK 0.19 0.75 0 0.01
HSL 285.24º 0.98% 0.62% -
HSV(B) 285.24º 0.75% 0.99% -
XYZ 44.91 23.66 95.13 -
YUV 126.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 206 62 253 0.19 0.75 0 0.01 285.24 0.98 0.62
Hex CE 3E FD 13 4B 0 1 11D 62 3E
Octal 316 76 375 23 113 0 1 435 142 76
Binary 11001110 111110 11111101 10011 1001011 0 1 100011101 1100010 111110

Color Harmonies of #CE3EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EFD

Black with #CE3EFD

Text Example


Text Example

White with #CE3EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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