Html Css Color HEX #D580CF Orchid

📋 copy color: '#D580CF'

red 213 ◦ green 128 ◦ blue 207

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

Shades of Orchid #D580CF

Tints of Orchid #D580CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 38.87%
G = 23.36%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D580CF (or 0xD580CF) is known color: Orchid. HEX triplet: D5, 80 and CF. RGB value is (213,128,207). Sum of RGB (Red+Green+Blue) = 213+128+207=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D580CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580CF is #2A7F30. Grayscale: #A2A2A2. Windows color (decimal): -2785073 or 13598933. OLE color: 13598933.

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

Color convert

RGB 213 128 207 -
CMYK 0 0.40 0.03 0.16
HSL 304.24º 0.5% 0.67% -
HSV(B) 304.24º 0.4% 0.84% -
XYZ 46.42 34.09 63.16 -
YUV 162.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 213 128 207 0 0.40 0.03 0.16 304.24 0.5 0.67
Hex D5 80 CF 0 28 3 10 130 32 43
Octal 325 200 317 0 50 3 20 460 62 103
Binary 11010101 10000000 11001111 0 101000 11 10000 100110000 110010 1000011

Color Harmonies of #D580CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580CF

Black with #D580CF

Text Example


Text Example

White with #D580CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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