Html Css Color HEX #D480C5 Orchid

📋 copy color: '#D480C5'

red 212 ◦ green 128 ◦ blue 197

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

Shades of Orchid #D480C5

Tints of Orchid #D480C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 39.48%
G = 23.84%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D480C5 (or 0xD480C5) is known color: Orchid. HEX triplet: D4, 80 and C5. RGB value is (212,128,197). Sum of RGB (Red+Green+Blue) = 212+128+197=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D480C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480C5 is #2B7F3A. Grayscale: #A0A0A0. Windows color (decimal): -2850619 or 12943572. OLE color: 12943572.

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

Color convert

RGB 212 128 197 -
CMYK 0 0.40 0.07 0.17
HSL 310.71º 0.49% 0.67% -
HSV(B) 310.71º 0.4% 0.83% -
XYZ 44.95 33.47 56.91 -
YUV 160.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 212 128 197 0 0.40 0.07 0.17 310.71 0.49 0.67
Hex D4 80 C5 0 28 7 11 137 31 43
Octal 324 200 305 0 50 7 21 467 61 103
Binary 11010100 10000000 11000101 0 101000 111 10001 100110111 110001 1000011

Color Harmonies of #D480C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480C5

Black with #D480C5

Text Example


Text Example

White with #D480C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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