Html Css Color HEX #D582C1 Orchid

📋 copy color: '#D582C1'

red 213 ◦ green 130 ◦ blue 193

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

Shades of Orchid #D582C1

Tints of Orchid #D582C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.25%

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 39.74%
G = 24.25%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D582C1 (or 0xD582C1) is known color: Orchid. HEX triplet: D5, 82 and C1. RGB value is (213,130,193). Sum of RGB (Red+Green+Blue) = 213+130+193=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D582C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582C1 is #2A7D3E. Grayscale: #A1A1A1. Windows color (decimal): -2784575 or 12681941. OLE color: 12681941.

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

Color convert

RGB 213 130 193 -
CMYK 0 0.39 0.09 0.16
HSL 314.46º 0.5% 0.67% -
HSV(B) 314.46º 0.39% 0.84% -
XYZ 45.05 33.96 54.63 -
YUV 162 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 213 130 193 0 0.39 0.09 0.16 314.46 0.5 0.67
Hex D5 82 C1 0 27 9 10 13A 32 43
Octal 325 202 301 0 47 11 20 472 62 103
Binary 11010101 10000010 11000001 0 100111 1001 10000 100111010 110010 1000011

Color Harmonies of #D582C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582C1

Black with #D582C1

Text Example


Text Example

White with #D582C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582C1; }

 p { color: rgb(213,130,193); }

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

background-color css

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

 a { background-color: rgb(213,130,193); }

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

border-color css

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

 span { border-color: rgb(213,130,193); }

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