Html Css Color HEX #D581CA Orchid

📋 copy color: '#D581CA'

red 213 ◦ green 129 ◦ blue 202

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

Shades of Orchid #D581CA

Tints of Orchid #D581CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.71%

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

R = 39.15%
G = 23.71%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D581CA (or 0xD581CA) is known color: Orchid. HEX triplet: D5, 81 and CA. RGB value is (213,129,202). Sum of RGB (Red+Green+Blue) = 213+129+202=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D581CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581CA is #2A7E35. Grayscale: #A2A2A2. Windows color (decimal): -2784822 or 13271509. OLE color: 13271509.

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

Color convert

RGB 213 129 202 -
CMYK 0 0.39 0.05 0.16
HSL 307.86º 0.5% 0.67% -
HSV(B) 307.86º 0.39% 0.84% -
XYZ 45.95 34.11 60.04 -
YUV 162.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 213 129 202 0 0.39 0.05 0.16 307.86 0.5 0.67
Hex D5 81 CA 0 27 5 10 134 32 43
Octal 325 201 312 0 47 5 20 464 62 103
Binary 11010101 10000001 11001010 0 100111 101 10000 100110100 110010 1000011

Color Harmonies of #D581CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581CA

Black with #D581CA

Text Example


Text Example

White with #D581CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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