Html Css Color HEX #C44FFD Medium Orchid

📋 copy color: '#C44FFD'

red 196 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #C44FFD

Tints of Medium Orchid #C44FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 37.12%
G = 14.96%
B = 47.92%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C44FFD (or 0xC44FFD) is known color: Medium Orchid. HEX triplet: C4, 4F and FD. RGB value is (196,79,253). Sum of RGB (Red+Green+Blue) = 196+79+253=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C44FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FFD is #3BB002. Grayscale: #858585. Windows color (decimal): -3911683 or 16601028. OLE color: 16601028.

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

Color convert

RGB 196 79 253 -
CMYK 0.23 0.69 0 0.01
HSL 280.34º 0.98% 0.65% -
HSV(B) 280.34º 0.69% 0.99% -
XYZ 43.29 24.42 95.36 -
YUV 133.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 196 79 253 0.23 0.69 0 0.01 280.34 0.98 0.65
Hex C4 4F FD 17 45 0 1 118 62 41
Octal 304 117 375 27 105 0 1 430 142 101
Binary 11000100 1001111 11111101 10111 1000101 0 1 100011000 1100010 1000001

Color Harmonies of #C44FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FFD

Black with #C44FFD

Text Example


Text Example

White with #C44FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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