Html Css Color HEX #D580CA Orchid

📋 copy color: '#D580CA'

red 213 ◦ green 128 ◦ blue 202

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

Shades of Orchid #D580CA

Tints of Orchid #D580CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 39.23%
G = 23.57%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D580CA (or 0xD580CA) is known color: Orchid. HEX triplet: D5, 80 and CA. RGB value is (213,128,202). Sum of RGB (Red+Green+Blue) = 213+128+202=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D580CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580CA is #2A7F35. Grayscale: #A1A1A1. Windows color (decimal): -2785078 or 13271253. OLE color: 13271253.

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

Color convert

RGB 213 128 202 -
CMYK 0 0.40 0.05 0.16
HSL 307.76º 0.5% 0.67% -
HSV(B) 307.76º 0.4% 0.84% -
XYZ 45.82 33.85 60 -
YUV 161.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 213 128 202 0 0.40 0.05 0.16 307.76 0.5 0.67
Hex D5 80 CA 0 28 5 10 134 32 43
Octal 325 200 312 0 50 5 20 464 62 103
Binary 11010101 10000000 11001010 0 101000 101 10000 100110100 110010 1000011

Color Harmonies of #D580CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580CA

Black with #D580CA

Text Example


Text Example

White with #D580CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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