Html Css Color HEX #D588CA Orchid

📋 copy color: '#D588CA'

red 213 ◦ green 136 ◦ blue 202

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

Shades of Orchid #D588CA

Tints of Orchid #D588CA

RGB

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

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

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

R = 38.66%
G = 24.68%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D588CA (or 0xD588CA) is known color: Orchid. HEX triplet: D5, 88 and CA. RGB value is (213,136,202). Sum of RGB (Red+Green+Blue) = 213+136+202=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D588CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588CA is #2A7735. Grayscale: #A6A6A6. Windows color (decimal): -2783030 or 13273301. OLE color: 13273301.

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

Color convert

RGB 213 136 202 -
CMYK 0 0.36 0.05 0.16
HSL 308.57º 0.48% 0.68% -
HSV(B) 308.57º 0.36% 0.84% -
XYZ 46.91 36.02 60.36 -
YUV 166.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 213 136 202 0 0.36 0.05 0.16 308.57 0.48 0.68
Hex D5 88 CA 0 24 5 10 135 30 44
Octal 325 210 312 0 44 5 20 465 60 104
Binary 11010101 10001000 11001010 0 100100 101 10000 100110101 110000 1000100

Color Harmonies of #D588CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588CA

Black with #D588CA

Text Example


Text Example

White with #D588CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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