Html Css Color HEX #C44CFB Medium Orchid

📋 copy color: '#C44CFB'

red 196 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #C44CFB

Tints of Medium Orchid #C44CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.53%

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

R = 37.48%
G = 14.53%
B = 47.99%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C44CFB (or 0xC44CFB) is known color: Medium Orchid. HEX triplet: C4, 4C and FB. RGB value is (196,76,251). Sum of RGB (Red+Green+Blue) = 196+76+251=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #C44CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CFB is #3BB304. Grayscale: #838383. Windows color (decimal): -3912453 or 16469188. OLE color: 16469188.

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

Color convert

RGB 196 76 251 -
CMYK 0.22 0.70 0 0.02
HSL 281.14º 0.96% 0.64% -
HSV(B) 281.14º 0.7% 0.98% -
XYZ 42.76 23.87 93.62 -
YUV 131.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 196 76 251 0.22 0.70 0 0.02 281.14 0.96 0.64
Hex C4 4C FB 16 46 0 2 119 60 40
Octal 304 114 373 26 106 0 2 431 140 100
Binary 11000100 1001100 11111011 10110 1000110 0 10 100011001 1100000 1000000

Color Harmonies of #C44CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CFB

Black with #C44CFB

Text Example


Text Example

White with #C44CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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