Html Css Color HEX #D589CE Orchid

📋 copy color: '#D589CE'

red 213 ◦ green 137 ◦ blue 206

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

Shades of Orchid #D589CE

Tints of Orchid #D589CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.64%

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

R = 38.31%
G = 24.64%
B = 37.05%

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

#D589CE (or 0xD589CE) is known color: Orchid. HEX triplet: D5, 89 and CE. RGB value is (213,137,206). Sum of RGB (Red+Green+Blue) = 213+137+206=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D589CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589CE is #2A7631. Grayscale: #A7A7A7. Windows color (decimal): -2782770 or 13535701. OLE color: 13535701.

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

Color convert

RGB 213 137 206 -
CMYK 0 0.36 0.03 0.16
HSL 305.53º 0.48% 0.69% -
HSV(B) 305.53º 0.36% 0.84% -
XYZ 47.53 36.49 62.93 -
YUV 167.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 213 137 206 0 0.36 0.03 0.16 305.53 0.48 0.69
Hex D5 89 CE 0 24 3 10 132 30 45
Octal 325 211 316 0 44 3 20 462 60 105
Binary 11010101 10001001 11001110 0 100100 11 10000 100110010 110000 1000101

Color Harmonies of #D589CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589CE

Black with #D589CE

Text Example


Text Example

White with #D589CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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