Html Css Color HEX #D582C2 Orchid

📋 copy color: '#D582C2'

red 213 ◦ green 130 ◦ blue 194

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

Shades of Orchid #D582C2

Tints of Orchid #D582C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 39.66%
G = 24.21%
B = 36.13%

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

#D582C2 (or 0xD582C2) is known color: Orchid. HEX triplet: D5, 82 and C2. RGB value is (213,130,194). Sum of RGB (Red+Green+Blue) = 213+130+194=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D582C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582C2 is #2A7D3D. Grayscale: #A1A1A1. Windows color (decimal): -2784574 or 12747477. OLE color: 12747477.

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

Color convert

RGB 213 130 194 -
CMYK 0 0.39 0.09 0.16
HSL 313.73º 0.5% 0.67% -
HSV(B) 313.73º 0.39% 0.84% -
XYZ 45.16 34.01 55.22 -
YUV 162.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 213 130 194 0 0.39 0.09 0.16 313.73 0.5 0.67
Hex D5 82 C2 0 27 9 10 13A 32 43
Octal 325 202 302 0 47 11 20 472 62 103
Binary 11010101 10000010 11000010 0 100111 1001 10000 100111010 110010 1000011

Color Harmonies of #D582C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582C2

Black with #D582C2

Text Example


Text Example

White with #D582C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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