Html Css Color HEX #CE3FFD Medium Orchid

📋 copy color: '#CE3FFD'

red 206 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #CE3FFD

Tints of Medium Orchid #CE3FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.07%

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

R = 39.46%
G = 12.07%
B = 48.47%

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

#CE3FFD (or 0xCE3FFD) is known color: Medium Orchid. HEX triplet: CE, 3F and FD. RGB value is (206,63,253). Sum of RGB (Red+Green+Blue) = 206+63+253=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FFD is #31C002. Grayscale: #7E7E7E. Windows color (decimal): -3260419 or 16596942. OLE color: 16596942.

HSL color Cylindrical-coordinate representation of color #CE3FFD: hue angle of 285.16º 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 #CE3FFD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 63 253 -
CMYK 0.19 0.75 0 0.01
HSL 285.16º 0.98% 0.62% -
HSV(B) 285.16º 0.75% 0.99% -
XYZ 44.96 23.77 95.15 -
YUV 127.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 206 63 253 0.19 0.75 0 0.01 285.16 0.98 0.62
Hex CE 3F FD 13 4B 0 1 11D 62 3E
Octal 316 77 375 23 113 0 1 435 142 76
Binary 11001110 111111 11111101 10011 1001011 0 1 100011101 1100010 111110

Color Harmonies of #CE3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FFD

Black with #CE3FFD

Text Example


Text Example

White with #CE3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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