Html Css Color HEX #D588CC Orchid

📋 copy color: '#D588CC'

red 213 ◦ green 136 ◦ blue 204

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

Shades of Orchid #D588CC

Tints of Orchid #D588CC

RGB

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

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

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

R = 38.52%
G = 24.59%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D588CC (or 0xD588CC) is known color: Orchid. HEX triplet: D5, 88 and CC. RGB value is (213,136,204). Sum of RGB (Red+Green+Blue) = 213+136+204=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D588CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588CC is #2A7733. Grayscale: #A6A6A6. Windows color (decimal): -2783028 or 13404373. OLE color: 13404373.

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

Color convert

RGB 213 136 204 -
CMYK 0 0.36 0.04 0.16
HSL 307.01º 0.48% 0.68% -
HSV(B) 307.01º 0.36% 0.84% -
XYZ 47.14 36.11 61.61 -
YUV 166.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 213 136 204 0 0.36 0.04 0.16 307.01 0.48 0.68
Hex D5 88 CC 0 24 4 10 133 30 44
Octal 325 210 314 0 44 4 20 463 60 104
Binary 11010101 10001000 11001100 0 100100 100 10000 100110011 110000 1000100

Color Harmonies of #D588CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588CC

Black with #D588CC

Text Example


Text Example

White with #D588CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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