Html Css Color HEX #C44FFB Medium Orchid

📋 copy color: '#C44FFB'

red 196 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #C44FFB

Tints of Medium Orchid #C44FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.02%

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

R = 37.26%
G = 15.02%
B = 47.72%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C44FFB (or 0xC44FFB) is known color: Medium Orchid. HEX triplet: C4, 4F and FB. RGB value is (196,79,251). Sum of RGB (Red+Green+Blue) = 196+79+251=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C44FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FFB is #3BB004. Grayscale: #858585. Windows color (decimal): -3911685 or 16469956. OLE color: 16469956.

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

Color convert

RGB 196 79 251 -
CMYK 0.22 0.69 0 0.02
HSL 280.81º 0.96% 0.65% -
HSV(B) 280.81º 0.69% 0.98% -
XYZ 42.97 24.29 93.69 -
YUV 133.59 194.26 172.51 -
System Red Green Blue C M Y K H S L
Decimal 196 79 251 0.22 0.69 0 0.02 280.81 0.96 0.65
Hex C4 4F FB 16 45 0 2 119 60 41
Octal 304 117 373 26 105 0 2 431 140 101
Binary 11000100 1001111 11111011 10110 1000101 0 10 100011001 1100000 1000001

Color Harmonies of #C44FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FFB

Black with #C44FFB

Text Example


Text Example

White with #C44FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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