Html Css Color HEX #D589CC Orchid

📋 copy color: '#D589CC'

red 213 ◦ green 137 ◦ blue 204

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

Shades of Orchid #D589CC

Tints of Orchid #D589CC

RGB

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

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

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

R = 38.45%
G = 24.73%
B = 36.82%

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

#D589CC (or 0xD589CC) is known color: Orchid. HEX triplet: D5, 89 and CC. RGB value is (213,137,204). Sum of RGB (Red+Green+Blue) = 213+137+204=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D589CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589CC is #2A7633. Grayscale: #A7A7A7. Windows color (decimal): -2782772 or 13404629. OLE color: 13404629.

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

Color convert

RGB 213 137 204 -
CMYK 0 0.36 0.04 0.16
HSL 307.11º 0.48% 0.69% -
HSV(B) 307.11º 0.36% 0.84% -
XYZ 47.29 36.4 61.66 -
YUV 167.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 213 137 204 0 0.36 0.04 0.16 307.11 0.48 0.69
Hex D5 89 CC 0 24 4 10 133 30 45
Octal 325 211 314 0 44 4 20 463 60 105
Binary 11010101 10001001 11001100 0 100100 100 10000 100110011 110000 1000101

Color Harmonies of #D589CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589CC

Black with #D589CC

Text Example


Text Example

White with #D589CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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