Html Css Color HEX #D589CA Orchid

📋 copy color: '#D589CA'

red 213 ◦ green 137 ◦ blue 202

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

Shades of Orchid #D589CA

Tints of Orchid #D589CA

RGB

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

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

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

R = 38.59%
G = 24.82%
B = 36.59%

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

#D589CA (or 0xD589CA) is known color: Orchid. HEX triplet: D5, 89 and CA. RGB value is (213,137,202). Sum of RGB (Red+Green+Blue) = 213+137+202=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D589CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589CA is #2A7635. Grayscale: #A6A6A6. Windows color (decimal): -2782774 or 13273557. OLE color: 13273557.

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

Color convert

RGB 213 137 202 -
CMYK 0 0.36 0.05 0.16
HSL 308.68º 0.48% 0.69% -
HSV(B) 308.68º 0.36% 0.84% -
XYZ 47.05 36.3 60.4 -
YUV 167.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 213 137 202 0 0.36 0.05 0.16 308.68 0.48 0.69
Hex D5 89 CA 0 24 5 10 135 30 45
Octal 325 211 312 0 44 5 20 465 60 105
Binary 11010101 10001001 11001010 0 100100 101 10000 100110101 110000 1000101

Color Harmonies of #D589CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589CA

Black with #D589CA

Text Example


Text Example

White with #D589CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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