Html Css Color HEX #D588CF Orchid

📋 copy color: '#D588CF'

red 213 ◦ green 136 ◦ blue 207

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

Shades of Orchid #D588CF

Tints of Orchid #D588CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 38.31%
G = 24.46%
B = 37.23%

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

#D588CF (or 0xD588CF) is known color: Orchid. HEX triplet: D5, 88 and CF. RGB value is (213,136,207). Sum of RGB (Red+Green+Blue) = 213+136+207=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D588CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588CF is #2A7730. Grayscale: #A6A6A6. Windows color (decimal): -2783025 or 13600981. OLE color: 13600981.

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

Color convert

RGB 213 136 207 -
CMYK 0 0.36 0.03 0.16
HSL 304.68º 0.48% 0.68% -
HSV(B) 304.68º 0.36% 0.84% -
XYZ 47.51 36.26 63.53 -
YUV 167.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 213 136 207 0 0.36 0.03 0.16 304.68 0.48 0.68
Hex D5 88 CF 0 24 3 10 131 30 44
Octal 325 210 317 0 44 3 20 461 60 104
Binary 11010101 10001000 11001111 0 100100 11 10000 100110001 110000 1000100

Color Harmonies of #D588CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588CF

Black with #D588CF

Text Example


Text Example

White with #D588CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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