Html Css Color HEX #DF89CD Orchid

📋 copy color: '#DF89CD'

red 223 ◦ green 137 ◦ blue 205

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

Shades of Orchid #DF89CD

Tints of Orchid #DF89CD

RGB

 RED value IS 223 (87.5% from 255) = 39.47%

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 39.47%
G = 24.25%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF89CD (or 0xDF89CD) is known color: Orchid. HEX triplet: DF, 89 and CD. RGB value is (223,137,205). Sum of RGB (Red+Green+Blue) = 223+137+205=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89CD is #207632. Grayscale: #AAAAAA. Windows color (decimal): -2127411 or 13470175. OLE color: 13470175.

HSL color Cylindrical-coordinate representation of color #DF89CD: hue angle of 312.56º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89CD is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 137 205 -
CMYK 0 0.39 0.08 0.13
HSL 312.56º 0.57% 0.71% -
HSV(B) 312.56º 0.39% 0.87% -
XYZ 50.4 37.99 62.43 -
YUV 170.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 223 137 205 0 0.39 0.08 0.13 312.56 0.57 0.71
Hex DF 89 CD 0 27 8 D 139 39 47
Octal 337 211 315 0 47 10 15 471 71 107
Binary 11011111 10001001 11001101 0 100111 1000 1101 100111001 111001 1000111

Color Harmonies of #DF89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF89CD

Black with #DF89CD

Text Example


Text Example

White with #DF89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF89CD; }

 p { color: rgb(223,137,205); }

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

background-color css

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

 a { background-color: rgb(223,137,205); }

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

border-color css

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

 span { border-color: rgb(223,137,205); }

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