Html Css Color HEX #D580C6 Orchid

📋 copy color: '#D580C6'

red 213 ◦ green 128 ◦ blue 198

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

Shades of Orchid #D580C6

Tints of Orchid #D580C6

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

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

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 39.52%
G = 23.75%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D580C6 (or 0xD580C6) is known color: Orchid. HEX triplet: D5, 80 and C6. RGB value is (213,128,198). Sum of RGB (Red+Green+Blue) = 213+128+198=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D580C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580C6 is #2A7F39. Grayscale: #A1A1A1. Windows color (decimal): -2785082 or 13009109. OLE color: 13009109.

HSL color Cylindrical-coordinate representation of color #D580C6: hue angle of 310.59º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580C6 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 198 -
CMYK 0 0.40 0.07 0.16
HSL 310.59º 0.5% 0.67% -
HSV(B) 310.59º 0.4% 0.84% -
XYZ 45.35 33.66 57.53 -
YUV 161.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 213 128 198 0 0.40 0.07 0.16 310.59 0.5 0.67
Hex D5 80 C6 0 28 7 10 137 32 43
Octal 325 200 306 0 50 7 20 467 62 103
Binary 11010101 10000000 11000110 0 101000 111 10000 100110111 110010 1000011

Color Harmonies of #D580C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580C6

Black with #D580C6

Text Example


Text Example

White with #D580C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580C6; }

 p { color: rgb(213,128,198); }

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

background-color css

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

 a { background-color: rgb(213,128,198); }

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

border-color css

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

 span { border-color: rgb(213,128,198); }

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