Html Css Color HEX #D582C6 Orchid

📋 copy color: '#D582C6'

red 213 ◦ green 130 ◦ blue 198

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

Shades of Orchid #D582C6

Tints of Orchid #D582C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 39.37%
G = 24.03%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D582C6 (or 0xD582C6) is known color: Orchid. HEX triplet: D5, 82 and C6. RGB value is (213,130,198). Sum of RGB (Red+Green+Blue) = 213+130+198=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D582C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582C6 is #2A7D39. Grayscale: #A2A2A2. Windows color (decimal): -2784570 or 13009621. OLE color: 13009621.

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

Color convert

RGB 213 130 198 -
CMYK 0 0.39 0.07 0.16
HSL 310.84º 0.5% 0.67% -
HSV(B) 310.84º 0.39% 0.84% -
XYZ 45.62 34.19 57.62 -
YUV 162.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 213 130 198 0 0.39 0.07 0.16 310.84 0.5 0.67
Hex D5 82 C6 0 27 7 10 137 32 43
Octal 325 202 306 0 47 7 20 467 62 103
Binary 11010101 10000010 11000110 0 100111 111 10000 100110111 110010 1000011

Color Harmonies of #D582C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582C6

Black with #D582C6

Text Example


Text Example

White with #D582C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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