Html Css Color HEX #C445D7 Medium Orchid

📋 copy color: '#C445D7'

red 196 ◦ green 69 ◦ blue 215

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

Shades of Medium Orchid #C445D7

Tints of Medium Orchid #C445D7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.38%

 BLUE value IS 215 (84.38% from 255) = 44.79%

R = 40.83%
G = 14.38%
B = 44.79%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C445D7 (or 0xC445D7) is known color: Medium Orchid. HEX triplet: C4, 45 and D7. RGB value is (196,69,215). Sum of RGB (Red+Green+Blue) = 196+69+215=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #C445D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445D7 is #3BBA28. Grayscale: #7B7B7B. Windows color (decimal): -3914281 or 14108100. OLE color: 14108100.

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

Color convert

RGB 196 69 215 -
CMYK 0.09 0.68 0 0.16
HSL 292.19º 0.65% 0.56% -
HSV(B) 292.19º 0.68% 0.84% -
XYZ 37.16 20.9 66.37 -
YUV 123.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 196 69 215 0.09 0.68 0 0.16 292.19 0.65 0.56
Hex C4 45 D7 9 44 0 10 124 41 38
Octal 304 105 327 11 104 0 20 444 101 70
Binary 11000100 1000101 11010111 1001 1000100 0 10000 100100100 1000001 111000

Color Harmonies of #C445D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445D7

Black with #C445D7

Text Example


Text Example

White with #C445D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445D7; }

 p { color: rgb(196,69,215); }

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

background-color css

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

 a { background-color: rgb(196,69,215); }

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

border-color css

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

 span { border-color: rgb(196,69,215); }

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