Html Css Color HEX #D588CE Orchid

📋 copy color: '#D588CE'

red 213 ◦ green 136 ◦ blue 206

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

Shades of Orchid #D588CE

Tints of Orchid #D588CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 38.38%
G = 24.5%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D588CE (or 0xD588CE) is known color: Orchid. HEX triplet: D5, 88 and CE. RGB value is (213,136,206). Sum of RGB (Red+Green+Blue) = 213+136+206=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D588CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588CE is #2A7731. Grayscale: #A6A6A6. Windows color (decimal): -2783026 or 13535445. OLE color: 13535445.

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

Color convert

RGB 213 136 206 -
CMYK 0 0.36 0.03 0.16
HSL 305.45º 0.48% 0.68% -
HSV(B) 305.45º 0.36% 0.84% -
XYZ 47.39 36.21 62.88 -
YUV 167 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 213 136 206 0 0.36 0.03 0.16 305.45 0.48 0.68
Hex D5 88 CE 0 24 3 10 131 30 44
Octal 325 210 316 0 44 3 20 461 60 104
Binary 11010101 10001000 11001110 0 100100 11 10000 100110001 110000 1000100

Color Harmonies of #D588CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588CE

Black with #D588CE

Text Example


Text Example

White with #D588CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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