Html Css Color HEX #CE44FB Medium Orchid

📋 copy color: '#CE44FB'

red 206 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #CE44FB

Tints of Medium Orchid #CE44FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 39.24%
G = 12.95%
B = 47.81%

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

#CE44FB (or 0xCE44FB) is known color: Medium Orchid. HEX triplet: CE, 44 and FB. RGB value is (206,68,251). Sum of RGB (Red+Green+Blue) = 206+68+251=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE44FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE44FB is #31BB04. Grayscale: #818181. Windows color (decimal): -3259141 or 16467150. OLE color: 16467150.

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

Color convert

RGB 206 68 251 -
CMYK 0.18 0.73 0 0.02
HSL 285.25º 0.96% 0.63% -
HSV(B) 285.25º 0.73% 0.98% -
XYZ 44.93 24.22 93.57 -
YUV 130.12 196.22 182.12 -
System Red Green Blue C M Y K H S L
Decimal 206 68 251 0.18 0.73 0 0.02 285.25 0.96 0.63
Hex CE 44 FB 12 49 0 2 11D 60 3F
Octal 316 104 373 22 111 0 2 435 140 77
Binary 11001110 1000100 11111011 10010 1001001 0 10 100011101 1100000 111111

Color Harmonies of #CE44FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44FB

Black with #CE44FB

Text Example


Text Example

White with #CE44FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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