Html Css Color HEX #D588C8 Orchid

📋 copy color: '#D588C8'

red 213 ◦ green 136 ◦ blue 200

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

Shades of Orchid #D588C8

Tints of Orchid #D588C8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.77%

 BLUE value IS 200 (78.52% from 255) = 36.43%

R = 38.8%
G = 24.77%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D588C8 (or 0xD588C8) is known color: Orchid. HEX triplet: D5, 88 and C8. RGB value is (213,136,200). Sum of RGB (Red+Green+Blue) = 213+136+200=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D588C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588C8 is #2A7737. Grayscale: #A6A6A6. Windows color (decimal): -2783032 or 13142229. OLE color: 13142229.

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

Color convert

RGB 213 136 200 -
CMYK 0 0.36 0.06 0.16
HSL 310.13º 0.48% 0.68% -
HSV(B) 310.13º 0.36% 0.84% -
XYZ 46.67 35.92 59.12 -
YUV 166.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 213 136 200 0 0.36 0.06 0.16 310.13 0.48 0.68
Hex D5 88 C8 0 24 6 10 136 30 44
Octal 325 210 310 0 44 6 20 466 60 104
Binary 11010101 10001000 11001000 0 100100 110 10000 100110110 110000 1000100

Color Harmonies of #D588C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588C8

Black with #D588C8

Text Example


Text Example

White with #D588C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588C8; }

 p { color: rgb(213,136,200); }

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

background-color css

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

 a { background-color: rgb(213,136,200); }

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

border-color css

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

 span { border-color: rgb(213,136,200); }

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