Html Css Color HEX #D989CC Orchid

📋 copy color: '#D989CC'

red 217 ◦ green 137 ◦ blue 204

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

Shades of Orchid #D989CC

Tints of Orchid #D989CC

RGB

 RED value IS 217 (85.16% from 255) = 38.89%

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

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

R = 38.89%
G = 24.55%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D989CC (or 0xD989CC) is known color: Orchid. HEX triplet: D9, 89 and CC. RGB value is (217,137,204). Sum of RGB (Red+Green+Blue) = 217+137+204=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D989CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989CC is #267633. Grayscale: #A8A8A8. Windows color (decimal): -2520628 or 13404633. OLE color: 13404633.

HSL color Cylindrical-coordinate representation of color #D989CC: hue angle of 309.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989CC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 204 -
CMYK 0 0.37 0.06 0.15
HSL 309.75º 0.51% 0.69% -
HSV(B) 309.75º 0.37% 0.85% -
XYZ 48.46 37 61.71 -
YUV 168.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 217 137 204 0 0.37 0.06 0.15 309.75 0.51 0.69
Hex D9 89 CC 0 25 6 F 136 33 45
Octal 331 211 314 0 45 6 17 466 63 105
Binary 11011001 10001001 11001100 0 100101 110 1111 100110110 110011 1000101

Color Harmonies of #D989CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989CC

Black with #D989CC

Text Example


Text Example

White with #D989CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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