Html Css Color HEX #C446CF Medium Orchid

📋 copy color: '#C446CF'

red 196 ◦ green 70 ◦ blue 207

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

Shades of Medium Orchid #C446CF

Tints of Medium Orchid #C446CF

RGB

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

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

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

R = 41.44%
G = 14.8%
B = 43.76%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C446CF (or 0xC446CF) is known color: Medium Orchid. HEX triplet: C4, 46 and CF. RGB value is (196,70,207). Sum of RGB (Red+Green+Blue) = 196+70+207=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C446CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446CF is #3BB930. Grayscale: #7A7A7A. Windows color (decimal): -3914033 or 13584068. OLE color: 13584068.

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

Color convert

RGB 196 70 207 -
CMYK 0.05 0.66 0 0.19
HSL 295.18º 0.59% 0.54% -
HSV(B) 295.18º 0.66% 0.81% -
XYZ 36.22 20.62 61.1 -
YUV 123.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 196 70 207 0.05 0.66 0 0.19 295.18 0.59 0.54
Hex C4 46 CF 5 42 0 13 127 3B 36
Octal 304 106 317 5 102 0 23 447 73 66
Binary 11000100 1000110 11001111 101 1000010 0 10011 100100111 111011 110110

Color Harmonies of #C446CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446CF

Black with #C446CF

Text Example


Text Example

White with #C446CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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