Html Css Color HEX #CE40FA Medium Orchid

📋 copy color: '#CE40FA'

red 206 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #CE40FA

Tints of Medium Orchid #CE40FA

RGB

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

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

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

R = 39.62%
G = 12.31%
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

#CE40FA (or 0xCE40FA) is known color: Medium Orchid. HEX triplet: CE, 40 and FA. RGB value is (206,64,250). Sum of RGB (Red+Green+Blue) = 206+64+250=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40FA is #31BF05. Grayscale: #7F7F7F. Windows color (decimal): -3260166 or 16400590. OLE color: 16400590.

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

Color convert

RGB 206 64 250 -
CMYK 0.18 0.74 0 0.02
HSL 285.81º 0.95% 0.62% -
HSV(B) 285.81º 0.74% 0.98% -
XYZ 44.54 23.69 92.67 -
YUV 127.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 206 64 250 0.18 0.74 0 0.02 285.81 0.95 0.62
Hex CE 40 FA 12 4A 0 2 11E 5F 3E
Octal 316 100 372 22 112 0 2 436 137 76
Binary 11001110 1000000 11111010 10010 1001010 0 10 100011110 1011111 111110

Color Harmonies of #CE40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40FA

Black with #CE40FA

Text Example


Text Example

White with #CE40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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