Html Css Color HEX #C44FFA Medium Orchid

📋 copy color: '#C44FFA'

red 196 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #C44FFA

Tints of Medium Orchid #C44FFA

RGB

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

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

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

R = 37.33%
G = 15.05%
B = 47.62%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C44FFA (or 0xC44FFA) is known color: Medium Orchid. HEX triplet: C4, 4F and FA. RGB value is (196,79,250). Sum of RGB (Red+Green+Blue) = 196+79+250=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C44FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FFA is #3BB005. Grayscale: #848484. Windows color (decimal): -3911686 or 16404420. OLE color: 16404420.

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

Color convert

RGB 196 79 250 -
CMYK 0.22 0.68 0 0.02
HSL 281.05º 0.94% 0.65% -
HSV(B) 281.05º 0.68% 0.98% -
XYZ 42.82 24.23 92.86 -
YUV 133.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 196 79 250 0.22 0.68 0 0.02 281.05 0.94 0.65
Hex C4 4F FA 16 44 0 2 119 5E 41
Octal 304 117 372 26 104 0 2 431 136 101
Binary 11000100 1001111 11111010 10110 1000100 0 10 100011001 1011110 1000001

Color Harmonies of #C44FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FFA

Black with #C44FFA

Text Example


Text Example

White with #C44FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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