Html Css Color HEX #C447D5 Medium Orchid

📋 copy color: '#C447D5'

red 196 ◦ green 71 ◦ blue 213

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

Shades of Medium Orchid #C447D5

Tints of Medium Orchid #C447D5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.79%

 BLUE value IS 213 (83.59% from 255) = 44.38%

R = 40.83%
G = 14.79%
B = 44.38%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C447D5 (or 0xC447D5) is known color: Medium Orchid. HEX triplet: C4, 47 and D5. RGB value is (196,71,213). Sum of RGB (Red+Green+Blue) = 196+71+213=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #C447D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447D5 is #3BB82A. Grayscale: #7C7C7C. Windows color (decimal): -3913771 or 13977540. OLE color: 13977540.

HSL color Cylindrical-coordinate representation of color #C447D5: hue angle of 292.82º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C447D5 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 71 213 -
CMYK 0.08 0.67 0 0.16
HSL 292.82º 0.63% 0.56% -
HSV(B) 292.82º 0.67% 0.84% -
XYZ 37.03 21.05 65.06 -
YUV 124.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 196 71 213 0.08 0.67 0 0.16 292.82 0.63 0.56
Hex C4 47 D5 8 43 0 10 125 3F 38
Octal 304 107 325 10 103 0 20 445 77 70
Binary 11000100 1000111 11010101 1000 1000011 0 10000 100100101 111111 111000

Color Harmonies of #C447D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C447D5

Black with #C447D5

Text Example


Text Example

White with #C447D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C447D5; }

 p { color: rgb(196,71,213); }

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

background-color css

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

 a { background-color: rgb(196,71,213); }

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

border-color css

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

 span { border-color: rgb(196,71,213); }

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