Html Css Color HEX #C44BFF Medium Orchid

📋 copy color: '#C44BFF'

red 196 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #C44BFF

Tints of Medium Orchid #C44BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 37.26%
G = 14.26%
B = 48.48%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C44BFF (or 0xC44BFF) is known color: Medium Orchid. HEX triplet: C4, 4B and FF. RGB value is (196,75,255). Sum of RGB (Red+Green+Blue) = 196+75+255=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C44BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BFF is #3BB400. Grayscale: #838383. Windows color (decimal): -3912705 or 16731076. OLE color: 16731076.

HSL color Cylindrical-coordinate representation of color #C44BFF: hue angle of 280.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C44BFF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 75 255 -
CMYK 0.23 0.71 0 0
HSL 280.33º 1% 0.65% -
HSV(B) 280.33º 0.71% 1% -
XYZ 43.33 23.99 96.95 -
YUV 131.7 197.59 173.86 -
System Red Green Blue C M Y K H S L
Decimal 196 75 255 0.23 0.71 0 0 280.33 1 0.65
Hex C4 4B FF 17 47 0 0 118 64 41
Octal 304 113 377 27 107 0 0 430 144 101
Binary 11000100 1001011 11111111 10111 1000111 0 0 100011000 1100100 1000001

Color Harmonies of #C44BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BFF

Black with #C44BFF

Text Example


Text Example

White with #C44BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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