Html Css Color HEX #D586CC Orchid

📋 copy color: '#D586CC'

red 213 ◦ green 134 ◦ blue 204

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

Shades of Orchid #D586CC

Tints of Orchid #D586CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.32%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 38.66%
G = 24.32%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D586CC (or 0xD586CC) is known color: Orchid. HEX triplet: D5, 86 and CC. RGB value is (213,134,204). Sum of RGB (Red+Green+Blue) = 213+134+204=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D586CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586CC is #2A7933. Grayscale: #A5A5A5. Windows color (decimal): -2783540 or 13403861. OLE color: 13403861.

HSL color Cylindrical-coordinate representation of color #D586CC: hue angle of 306.84º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D586CC is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 204 -
CMYK 0 0.37 0.04 0.16
HSL 306.84º 0.48% 0.68% -
HSV(B) 306.84º 0.37% 0.84% -
XYZ 46.86 35.56 61.52 -
YUV 165.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 213 134 204 0 0.37 0.04 0.16 306.84 0.48 0.68
Hex D5 86 CC 0 25 4 10 133 30 44
Octal 325 206 314 0 45 4 20 463 60 104
Binary 11010101 10000110 11001100 0 100101 100 10000 100110011 110000 1000100

Color Harmonies of #D586CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586CC

Black with #D586CC

Text Example


Text Example

White with #D586CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586CC; }

 p { color: rgb(213,134,204); }

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

background-color css

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

 a { background-color: rgb(213,134,204); }

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

border-color css

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

 span { border-color: rgb(213,134,204); }

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