Html Css Color HEX #CE42F8 Medium Orchid

📋 copy color: '#CE42F8'

red 206 ◦ green 66 ◦ blue 248

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

Shades of Medium Orchid #CE42F8

Tints of Medium Orchid #CE42F8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.69%

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 39.62%
G = 12.69%
B = 47.69%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE42F8 (or 0xCE42F8) is known color: Medium Orchid. HEX triplet: CE, 42 and F8. RGB value is (206,66,248). Sum of RGB (Red+Green+Blue) = 206+66+248=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE42F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42F8 is #31BD07. Grayscale: #808080. Windows color (decimal): -3259656 or 16270030. OLE color: 16270030.

HSL color Cylindrical-coordinate representation of color #CE42F8: hue angle of 286.15º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE42F8 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 66 248 -
CMYK 0.17 0.73 0 0.03
HSL 286.15º 0.93% 0.62% -
HSV(B) 286.15º 0.73% 0.97% -
XYZ 44.35 23.8 91.06 -
YUV 128.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 206 66 248 0.17 0.73 0 0.03 286.15 0.93 0.62
Hex CE 42 F8 11 49 0 3 11E 5D 3E
Octal 316 102 370 21 111 0 3 436 135 76
Binary 11001110 1000010 11111000 10001 1001001 0 11 100011110 1011101 111110

Color Harmonies of #CE42F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42F8

Black with #CE42F8

Text Example


Text Example

White with #CE42F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42F8; }

 p { color: rgb(206,66,248); }

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

background-color css

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

 a { background-color: rgb(206,66,248); }

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

border-color css

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

 span { border-color: rgb(206,66,248); }

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