Html Css Color HEX #CE44FA Medium Orchid

📋 copy color: '#CE44FA'

red 206 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #CE44FA

Tints of Medium Orchid #CE44FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.98%

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

R = 39.31%
G = 12.98%
B = 47.71%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE44FA (or 0xCE44FA) is known color: Medium Orchid. HEX triplet: CE, 44 and FA. RGB value is (206,68,250). Sum of RGB (Red+Green+Blue) = 206+68+250=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE44FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE44FA is #31BB05. Grayscale: #818181. Windows color (decimal): -3259142 or 16401614. OLE color: 16401614.

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

Color convert

RGB 206 68 250 -
CMYK 0.18 0.73 0 0.02
HSL 285.49º 0.95% 0.62% -
HSV(B) 285.49º 0.73% 0.98% -
XYZ 44.78 24.16 92.75 -
YUV 130.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 206 68 250 0.18 0.73 0 0.02 285.49 0.95 0.62
Hex CE 44 FA 12 49 0 2 11D 5F 3E
Octal 316 104 372 22 111 0 2 435 137 76
Binary 11001110 1000100 11111010 10010 1001001 0 10 100011101 1011111 111110

Color Harmonies of #CE44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44FA

Black with #CE44FA

Text Example


Text Example

White with #CE44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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