Html Css Color HEX #CE51F0 Medium Orchid

📋 copy color: '#CE51F0'

red 206 ◦ green 81 ◦ blue 240

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

Shades of Medium Orchid #CE51F0

Tints of Medium Orchid #CE51F0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.37%

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 39.09%
G = 15.37%
B = 45.54%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE51F0 (or 0xCE51F0) is known color: Medium Orchid. HEX triplet: CE, 51 and F0. RGB value is (206,81,240). Sum of RGB (Red+Green+Blue) = 206+81+240=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE51F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51F0 is #31AE0F. Grayscale: #878787. Windows color (decimal): -3255824 or 15749582. OLE color: 15749582.

HSL color Cylindrical-coordinate representation of color #CE51F0: hue angle of 287.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE51F0 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 81 240 -
CMYK 0.14 0.66 0 0.06
HSL 287.17º 0.84% 0.63% -
HSV(B) 287.17º 0.66% 0.94% -
XYZ 44.12 25.3 85 -
YUV 136.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 206 81 240 0.14 0.66 0 0.06 287.17 0.84 0.63
Hex CE 51 F0 E 42 0 6 11F 54 3F
Octal 316 121 360 16 102 0 6 437 124 77
Binary 11001110 1010001 11110000 1110 1000010 0 110 100011111 1010100 111111

Color Harmonies of #CE51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE51F0

Black with #CE51F0

Text Example


Text Example

White with #CE51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE51F0; }

 p { color: rgb(206,81,240); }

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

background-color css

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

 a { background-color: rgb(206,81,240); }

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

border-color css

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

 span { border-color: rgb(206,81,240); }

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