Html Css Color HEX #CE3FDA Medium Orchid

📋 copy color: '#CE3FDA'

red 206 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #CE3FDA

Tints of Medium Orchid #CE3FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 42.3%
G = 12.94%
B = 44.76%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE3FDA (or 0xCE3FDA) is known color: Medium Orchid. HEX triplet: CE, 3F and DA. RGB value is (206,63,218). Sum of RGB (Red+Green+Blue) = 206+63+218=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FDA is #31C025. Grayscale: #7A7A7A. Windows color (decimal): -3260454 or 14303182. OLE color: 14303182.

HSL color Cylindrical-coordinate representation of color #CE3FDA: hue angle of 295.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3FDA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 63 218 -
CMYK 0.06 0.71 0 0.15
HSL 295.35º 0.68% 0.55% -
HSV(B) 295.35º 0.71% 0.85% -
XYZ 39.89 21.74 68.42 -
YUV 123.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 206 63 218 0.06 0.71 0 0.15 295.35 0.68 0.55
Hex CE 3F DA 6 47 0 F 127 44 37
Octal 316 77 332 6 107 0 17 447 104 67
Binary 11001110 111111 11011010 110 1000111 0 1111 100100111 1000100 110111

Color Harmonies of #CE3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FDA

Black with #CE3FDA

Text Example


Text Example

White with #CE3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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