Html Css Color HEX #C444FB Medium Orchid

📋 copy color: '#C444FB'

red 196 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #C444FB

Tints of Medium Orchid #C444FB

RGB

 RED value IS 196 (76.95% from 255) = 38.06%

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

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

R = 38.06%
G = 13.2%
B = 48.74%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C444FB (or 0xC444FB) is known color: Medium Orchid. HEX triplet: C4, 44 and FB. RGB value is (196,68,251). Sum of RGB (Red+Green+Blue) = 196+68+251=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C444FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C444FB is #3BBB04. Grayscale: #7E7E7E. Windows color (decimal): -3914501 or 16467140. OLE color: 16467140.

HSL color Cylindrical-coordinate representation of color #C444FB: hue angle of 281.97º 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 #C444FB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 68 251 -
CMYK 0.22 0.73 0 0.02
HSL 281.97º 0.96% 0.63% -
HSV(B) 281.97º 0.73% 0.98% -
XYZ 42.24 22.84 93.45 -
YUV 127.13 197.91 177.12 -
System Red Green Blue C M Y K H S L
Decimal 196 68 251 0.22 0.73 0 0.02 281.97 0.96 0.63
Hex C4 44 FB 16 49 0 2 11A 60 3F
Octal 304 104 373 26 111 0 2 432 140 77
Binary 11000100 1000100 11111011 10110 1001001 0 10 100011010 1100000 111111

Color Harmonies of #C444FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444FB

Black with #C444FB

Text Example


Text Example

White with #C444FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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