Html Css Color HEX #CE41FB Medium Orchid

📋 copy color: '#CE41FB'

red 206 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #CE41FB

Tints of Medium Orchid #CE41FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 39.46%
G = 12.45%
B = 48.08%

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

#CE41FB (or 0xCE41FB) is known color: Medium Orchid. HEX triplet: CE, 41 and FB. RGB value is (206,65,251). Sum of RGB (Red+Green+Blue) = 206+65+251=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE41FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41FB is #31BE04. Grayscale: #7F7F7F. Windows color (decimal): -3259909 or 16466382. OLE color: 16466382.

HSL color Cylindrical-coordinate representation of color #CE41FB: hue angle of 285.48º degrees, saturation: 0.96, 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 #CE41FB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 65 251 -
CMYK 0.18 0.74 0 0.02
HSL 285.48º 0.96% 0.62% -
HSV(B) 285.48º 0.74% 0.98% -
XYZ 44.76 23.87 93.51 -
YUV 128.36 197.21 183.38 -
System Red Green Blue C M Y K H S L
Decimal 206 65 251 0.18 0.74 0 0.02 285.48 0.96 0.62
Hex CE 41 FB 12 4A 0 2 11D 60 3E
Octal 316 101 373 22 112 0 2 435 140 76
Binary 11001110 1000001 11111011 10010 1001010 0 10 100011101 1100000 111110

Color Harmonies of #CE41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41FB

Black with #CE41FB

Text Example


Text Example

White with #CE41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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