Html Css Color HEX #C44CCF Medium Orchid

📋 copy color: '#C44CCF'

red 196 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #C44CCF

Tints of Medium Orchid #C44CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 40.92%
G = 15.87%
B = 43.22%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C44CCF (or 0xC44CCF) is known color: Medium Orchid. HEX triplet: C4, 4C and CF. RGB value is (196,76,207). Sum of RGB (Red+Green+Blue) = 196+76+207=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C44CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CCF is #3BB330. Grayscale: #7E7E7E. Windows color (decimal): -3912497 or 13585604. OLE color: 13585604.

HSL color Cylindrical-coordinate representation of color #C44CCF: hue angle of 294.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44CCF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 76 207 -
CMYK 0.05 0.63 0 0.19
HSL 294.96º 0.58% 0.55% -
HSV(B) 294.96º 0.63% 0.81% -
XYZ 36.61 21.41 61.23 -
YUV 126.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 196 76 207 0.05 0.63 0 0.19 294.96 0.58 0.55
Hex C4 4C CF 5 3F 0 13 127 3A 37
Octal 304 114 317 5 77 0 23 447 72 67
Binary 11000100 1001100 11001111 101 111111 0 10011 100100111 111010 110111

Color Harmonies of #C44CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CCF

Black with #C44CCF

Text Example


Text Example

White with #C44CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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