Html Css Color HEX #C442DF Medium Orchid

📋 copy color: '#C442DF'

red 196 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #C442DF

Tints of Medium Orchid #C442DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.61%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 40.41%
G = 13.61%
B = 45.98%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C442DF (or 0xC442DF) is known color: Medium Orchid. HEX triplet: C4, 42 and DF. RGB value is (196,66,223). Sum of RGB (Red+Green+Blue) = 196+66+223=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C442DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442DF is #3BBD20. Grayscale: #7A7A7A. Windows color (decimal): -3915041 or 14631620. OLE color: 14631620.

HSL color Cylindrical-coordinate representation of color #C442DF: hue angle of 289.68º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C442DF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 66 223 -
CMYK 0.12 0.70 0 0.13
HSL 289.68º 0.71% 0.57% -
HSV(B) 289.68º 0.7% 0.87% -
XYZ 38.03 20.96 71.85 -
YUV 122.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 196 66 223 0.12 0.70 0 0.13 289.68 0.71 0.57
Hex C4 42 DF C 46 0 D 122 47 39
Octal 304 102 337 14 106 0 15 442 107 71
Binary 11000100 1000010 11011111 1100 1000110 0 1101 100100010 1000111 111001

Color Harmonies of #C442DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442DF

Black with #C442DF

Text Example


Text Example

White with #C442DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442DF; }

 p { color: rgb(196,66,223); }

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

background-color css

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

 a { background-color: rgb(196,66,223); }

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

border-color css

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

 span { border-color: rgb(196,66,223); }

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