Html Css Color HEX #D480C8 Orchid

📋 copy color: '#D480C8'

red 212 ◦ green 128 ◦ blue 200

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

Shades of Orchid #D480C8

Tints of Orchid #D480C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 39.26%
G = 23.7%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D480C8 (or 0xD480C8) is known color: Orchid. HEX triplet: D4, 80 and C8. RGB value is (212,128,200). Sum of RGB (Red+Green+Blue) = 212+128+200=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D480C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480C8 is #2B7F37. Grayscale: #A1A1A1. Windows color (decimal): -2850616 or 13140180. OLE color: 13140180.

HSL color Cylindrical-coordinate representation of color #D480C8: hue angle of 308.57º 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 #D480C8 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 128 200 -
CMYK 0 0.40 0.06 0.17
HSL 308.57º 0.49% 0.67% -
HSV(B) 308.57º 0.4% 0.83% -
XYZ 45.3 33.61 58.74 -
YUV 161.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 212 128 200 0 0.40 0.06 0.17 308.57 0.49 0.67
Hex D4 80 C8 0 28 6 11 135 31 43
Octal 324 200 310 0 50 6 21 465 61 103
Binary 11010100 10000000 11001000 0 101000 110 10001 100110101 110001 1000011

Color Harmonies of #D480C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480C8

Black with #D480C8

Text Example


Text Example

White with #D480C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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