Html Css Color HEX #C444D2 Medium Orchid

📋 copy color: '#C444D2'

red 196 ◦ green 68 ◦ blue 210

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

Shades of Medium Orchid #C444D2

Tints of Medium Orchid #C444D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.3%

R = 41.35%
G = 14.35%
B = 44.3%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C444D2 (or 0xC444D2) is known color: Medium Orchid. HEX triplet: C4, 44 and D2. RGB value is (196,68,210). Sum of RGB (Red+Green+Blue) = 196+68+210=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #C444D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444D2 is #3BBB2D. Grayscale: #7A7A7A. Windows color (decimal): -3914542 or 13780164. OLE color: 13780164.

HSL color Cylindrical-coordinate representation of color #C444D2: hue angle of 294.08º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C444D2 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 68 210 -
CMYK 0.07 0.68 0 0.18
HSL 294.08º 0.61% 0.55% -
HSV(B) 294.08º 0.68% 0.82% -
XYZ 36.46 20.52 63.01 -
YUV 122.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 196 68 210 0.07 0.68 0 0.18 294.08 0.61 0.55
Hex C4 44 D2 7 44 0 12 126 3D 37
Octal 304 104 322 7 104 0 22 446 75 67
Binary 11000100 1000100 11010010 111 1000100 0 10010 100100110 111101 110111

Color Harmonies of #C444D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444D2

Black with #C444D2

Text Example


Text Example

White with #C444D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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