Html Css Color HEX #CE34F8 Medium Orchid

📋 copy color: '#CE34F8'

red 206 ◦ green 52 ◦ blue 248

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

Shades of Medium Orchid #CE34F8

Tints of Medium Orchid #CE34F8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.28%

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

R = 40.71%
G = 10.28%
B = 49.01%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE34F8 (or 0xCE34F8) is known color: Medium Orchid. HEX triplet: CE, 34 and F8. RGB value is (206,52,248). Sum of RGB (Red+Green+Blue) = 206+52+248=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE34F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34F8 is #31CB07. Grayscale: #777777. Windows color (decimal): -3263240 or 16266446. OLE color: 16266446.

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

Color convert

RGB 206 52 248 -
CMYK 0.17 0.79 0 0.03
HSL 287.14º 0.93% 0.59% -
HSV(B) 287.14º 0.79% 0.97% -
XYZ 43.62 22.36 90.82 -
YUV 120.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 206 52 248 0.17 0.79 0 0.03 287.14 0.93 0.59
Hex CE 34 F8 11 4F 0 3 11F 5D 3B
Octal 316 64 370 21 117 0 3 437 135 73
Binary 11001110 110100 11111000 10001 1001111 0 11 100011111 1011101 111011

Color Harmonies of #CE34F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34F8

Black with #CE34F8

Text Example


Text Example

White with #CE34F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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