Html Css Color HEX #CE41FA Medium Orchid

📋 copy color: '#CE41FA'

red 206 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #CE41FA

Tints of Medium Orchid #CE41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.48%

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 39.54%
G = 12.48%
B = 47.98%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE41FA (or 0xCE41FA) is known color: Medium Orchid. HEX triplet: CE, 41 and FA. RGB value is (206,65,250). Sum of RGB (Red+Green+Blue) = 206+65+250=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41FA is #31BE05. Grayscale: #7F7F7F. Windows color (decimal): -3259910 or 16400846. OLE color: 16400846.

HSL color Cylindrical-coordinate representation of color #CE41FA: hue angle of 285.73º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE41FA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 65 250 -
CMYK 0.18 0.74 0 0.02
HSL 285.73º 0.95% 0.62% -
HSV(B) 285.73º 0.74% 0.98% -
XYZ 44.6 23.8 92.69 -
YUV 128.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 206 65 250 0.18 0.74 0 0.02 285.73 0.95 0.62
Hex CE 41 FA 12 4A 0 2 11E 5F 3E
Octal 316 101 372 22 112 0 2 436 137 76
Binary 11001110 1000001 11111010 10010 1001010 0 10 100011110 1011111 111110

Color Harmonies of #CE41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41FA

Black with #CE41FA

Text Example


Text Example

White with #CE41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41FA; }

 p { color: rgb(206,65,250); }

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

background-color css

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

 a { background-color: rgb(206,65,250); }

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

border-color css

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

 span { border-color: rgb(206,65,250); }

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