Html Css Color HEX #C444D0 Medium Orchid

📋 copy color: '#C444D0'

red 196 ◦ green 68 ◦ blue 208

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

Shades of Medium Orchid #C444D0

Tints of Medium Orchid #C444D0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 41.53%
G = 14.41%
B = 44.07%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C444D0 (or 0xC444D0) is known color: Medium Orchid. HEX triplet: C4, 44 and D0. RGB value is (196,68,208). Sum of RGB (Red+Green+Blue) = 196+68+208=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #C444D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444D0 is #3BBB2F. Grayscale: #797979. Windows color (decimal): -3914544 or 13649092. OLE color: 13649092.

HSL color Cylindrical-coordinate representation of color #C444D0: hue angle of 294.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C444D0 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 68 208 -
CMYK 0.06 0.67 0 0.18
HSL 294.86º 0.6% 0.54% -
HSV(B) 294.86º 0.67% 0.82% -
XYZ 36.22 20.42 61.71 -
YUV 122.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 196 68 208 0.06 0.67 0 0.18 294.86 0.6 0.54
Hex C4 44 D0 6 43 0 12 127 3C 36
Octal 304 104 320 6 103 0 22 447 74 66
Binary 11000100 1000100 11010000 110 1000011 0 10010 100100111 111100 110110

Color Harmonies of #C444D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444D0

Black with #C444D0

Text Example


Text Example

White with #C444D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444D0; }

 p { color: rgb(196,68,208); }

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

background-color css

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

 a { background-color: rgb(196,68,208); }

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

border-color css

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

 span { border-color: rgb(196,68,208); }

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