Html Css Color HEX #CE40FB Medium Orchid

📋 copy color: '#CE40FB'

red 206 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #CE40FB

Tints of Medium Orchid #CE40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.28%

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

R = 39.54%
G = 12.28%
B = 48.18%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE40FB (or 0xCE40FB) is known color: Medium Orchid. HEX triplet: CE, 40 and FB. RGB value is (206,64,251). Sum of RGB (Red+Green+Blue) = 206+64+251=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40FB is #31BF04. Grayscale: #7F7F7F. Windows color (decimal): -3260165 or 16466126. OLE color: 16466126.

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

Color convert

RGB 206 64 251 -
CMYK 0.18 0.75 0 0.02
HSL 285.56º 0.96% 0.62% -
HSV(B) 285.56º 0.75% 0.98% -
XYZ 44.7 23.75 93.5 -
YUV 127.78 197.54 183.79 -
System Red Green Blue C M Y K H S L
Decimal 206 64 251 0.18 0.75 0 0.02 285.56 0.96 0.62
Hex CE 40 FB 12 4B 0 2 11E 60 3E
Octal 316 100 373 22 113 0 2 436 140 76
Binary 11001110 1000000 11111011 10010 1001011 0 10 100011110 1100000 111110

Color Harmonies of #CE40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40FB

Black with #CE40FB

Text Example


Text Example

White with #CE40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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