Html Css Color HEX #D480C0 Orchid

📋 copy color: '#D480C0'

red 212 ◦ green 128 ◦ blue 192

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

Shades of Orchid #D480C0

Tints of Orchid #D480C0

RGB

 RED value IS 212 (83.2% from 255) = 39.85%

 GREEN value IS 128 (50.39% from 255) = 24.06%

 BLUE value IS 192 (75.39% from 255) = 36.09%

R = 39.85%
G = 24.06%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D480C0 (or 0xD480C0) is known color: Orchid. HEX triplet: D4, 80 and C0. RGB value is (212,128,192). Sum of RGB (Red+Green+Blue) = 212+128+192=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D480C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480C0 is #2B7F3F. Grayscale: #A0A0A0. Windows color (decimal): -2850624 or 12615892. OLE color: 12615892.

HSL color Cylindrical-coordinate representation of color #D480C0: hue angle of 314.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480C0 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 128 192 -
CMYK 0 0.40 0.09 0.17
HSL 314.29º 0.49% 0.67% -
HSV(B) 314.29º 0.4% 0.83% -
XYZ 44.38 33.24 53.95 -
YUV 160.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 212 128 192 0 0.40 0.09 0.17 314.29 0.49 0.67
Hex D4 80 C0 0 28 9 11 13A 31 43
Octal 324 200 300 0 50 11 21 472 61 103
Binary 11010100 10000000 11000000 0 101000 1001 10001 100111010 110001 1000011

Color Harmonies of #D480C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480C0

Black with #D480C0

Text Example


Text Example

White with #D480C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480C0; }

 p { color: rgb(212,128,192); }

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

background-color css

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

 a { background-color: rgb(212,128,192); }

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

border-color css

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

 span { border-color: rgb(212,128,192); }

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