Html Css Color HEX #C446DE Medium Orchid

📋 copy color: '#C446DE'

red 196 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #C446DE

Tints of Medium Orchid #C446DE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.34%

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 40.16%
G = 14.34%
B = 45.49%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C446DE (or 0xC446DE) is known color: Medium Orchid. HEX triplet: C4, 46 and DE. RGB value is (196,70,222). Sum of RGB (Red+Green+Blue) = 196+70+222=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #C446DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446DE is #3BB921. Grayscale: #7C7C7C. Windows color (decimal): -3914018 or 14567108. OLE color: 14567108.

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

Color convert

RGB 196 70 222 -
CMYK 0.12 0.68 0 0.13
HSL 289.74º 0.7% 0.57% -
HSV(B) 289.74º 0.68% 0.87% -
XYZ 38.14 21.39 71.23 -
YUV 125 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 196 70 222 0.12 0.68 0 0.13 289.74 0.7 0.57
Hex C4 46 DE C 44 0 D 122 46 39
Octal 304 106 336 14 104 0 15 442 106 71
Binary 11000100 1000110 11011110 1100 1000100 0 1101 100100010 1000110 111001

Color Harmonies of #C446DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446DE

Black with #C446DE

Text Example


Text Example

White with #C446DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446DE; }

 p { color: rgb(196,70,222); }

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

background-color css

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

 a { background-color: rgb(196,70,222); }

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

border-color css

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

 span { border-color: rgb(196,70,222); }

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