Html Css Color HEX #C430D1 Medium Orchid

📋 copy color: '#C430D1'

red 196 ◦ green 48 ◦ blue 209

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

Shades of Medium Orchid #C430D1

Tints of Medium Orchid #C430D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.6%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 43.27%
G = 10.6%
B = 46.14%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C430D1 (or 0xC430D1) is known color: Medium Orchid. HEX triplet: C4, 30 and D1. RGB value is (196,48,209). Sum of RGB (Red+Green+Blue) = 196+48+209=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #C430D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430D1 is #3BCF2E. Grayscale: #6E6E6E. Windows color (decimal): -3919663 or 13709508. OLE color: 13709508.

HSL color Cylindrical-coordinate representation of color #C430D1: hue angle of 295.16º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C430D1 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 48 209 -
CMYK 0.06 0.77 0 0.18
HSL 295.16º 0.64% 0.5% -
HSV(B) 295.16º 0.77% 0.82% -
XYZ 35.33 18.45 62.02 -
YUV 110.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 196 48 209 0.06 0.77 0 0.18 295.16 0.64 0.5
Hex C4 30 D1 6 4D 0 12 127 40 32
Octal 304 60 321 6 115 0 22 447 100 62
Binary 11000100 110000 11010001 110 1001101 0 10010 100100111 1000000 110010

Color Harmonies of #C430D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430D1

Black with #C430D1

Text Example


Text Example

White with #C430D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430D1; }

 p { color: rgb(196,48,209); }

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

background-color css

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

 a { background-color: rgb(196,48,209); }

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

border-color css

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

 span { border-color: rgb(196,48,209); }

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