Html Css Color HEX #C44BFC Medium Orchid

📋 copy color: '#C44BFC'

red 196 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #C44BFC

Tints of Medium Orchid #C44BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.34%

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 37.48%
G = 14.34%
B = 48.18%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C44BFC (or 0xC44BFC) is known color: Medium Orchid. HEX triplet: C4, 4B and FC. RGB value is (196,75,252). Sum of RGB (Red+Green+Blue) = 196+75+252=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #C44BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BFC is #3BB403. Grayscale: #828282. Windows color (decimal): -3912708 or 16534468. OLE color: 16534468.

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

Color convert

RGB 196 75 252 -
CMYK 0.22 0.70 0 0.01
HSL 281.02º 0.97% 0.64% -
HSV(B) 281.02º 0.7% 0.99% -
XYZ 42.85 23.8 94.43 -
YUV 131.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 196 75 252 0.22 0.70 0 0.01 281.02 0.97 0.64
Hex C4 4B FC 16 46 0 1 119 61 40
Octal 304 113 374 26 106 0 1 431 141 100
Binary 11000100 1001011 11111100 10110 1000110 0 1 100011001 1100001 1000000

Color Harmonies of #C44BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BFC

Black with #C44BFC

Text Example


Text Example

White with #C44BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BFC; }

 p { color: rgb(196,75,252); }

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

background-color css

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

 a { background-color: rgb(196,75,252); }

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

border-color css

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

 span { border-color: rgb(196,75,252); }

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