Html Css Color HEX #D586CA Orchid

📋 copy color: '#D586CA'

red 213 ◦ green 134 ◦ blue 202

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

Shades of Orchid #D586CA

Tints of Orchid #D586CA

RGB

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

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

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

R = 38.8%
G = 24.41%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D586CA (or 0xD586CA) is known color: Orchid. HEX triplet: D5, 86 and CA. RGB value is (213,134,202). Sum of RGB (Red+Green+Blue) = 213+134+202=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D586CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586CA is #2A7935. Grayscale: #A5A5A5. Windows color (decimal): -2783542 or 13272789. OLE color: 13272789.

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

Color convert

RGB 213 134 202 -
CMYK 0 0.37 0.05 0.16
HSL 308.35º 0.48% 0.68% -
HSV(B) 308.35º 0.37% 0.84% -
XYZ 46.63 35.46 60.26 -
YUV 165.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 213 134 202 0 0.37 0.05 0.16 308.35 0.48 0.68
Hex D5 86 CA 0 25 5 10 134 30 44
Octal 325 206 312 0 45 5 20 464 60 104
Binary 11010101 10000110 11001010 0 100101 101 10000 100110100 110000 1000100

Color Harmonies of #D586CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586CA

Black with #D586CA

Text Example


Text Example

White with #D586CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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