Html Css Color HEX #C450D4 Medium Orchid

📋 copy color: '#C450D4'

red 196 ◦ green 80 ◦ blue 212

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

Shades of Medium Orchid #C450D4

Tints of Medium Orchid #C450D4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.39%

 BLUE value IS 212 (83.2% from 255) = 43.44%

R = 40.16%
G = 16.39%
B = 43.44%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C450D4 (or 0xC450D4) is known color: Medium Orchid. HEX triplet: C4, 50 and D4. RGB value is (196,80,212). Sum of RGB (Red+Green+Blue) = 196+80+212=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #C450D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450D4 is #3BAF2B. Grayscale: #818181. Windows color (decimal): -3911468 or 13914308. OLE color: 13914308.

HSL color Cylindrical-coordinate representation of color #C450D4: hue angle of 292.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C450D4 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 80 212 -
CMYK 0.08 0.62 0 0.17
HSL 292.73º 0.61% 0.57% -
HSV(B) 292.73º 0.62% 0.83% -
XYZ 37.52 22.23 64.6 -
YUV 129.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 196 80 212 0.08 0.62 0 0.17 292.73 0.61 0.57
Hex C4 50 D4 8 3E 0 11 125 3D 39
Octal 304 120 324 10 76 0 21 445 75 71
Binary 11000100 1010000 11010100 1000 111110 0 10001 100100101 111101 111001

Color Harmonies of #C450D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450D4

Black with #C450D4

Text Example


Text Example

White with #C450D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450D4; }

 p { color: rgb(196,80,212); }

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

background-color css

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

 a { background-color: rgb(196,80,212); }

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

border-color css

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

 span { border-color: rgb(196,80,212); }

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