Html Css Color HEX #DF89CE Orchid

📋 copy color: '#DF89CE'

red 223 ◦ green 137 ◦ blue 206

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

Shades of Orchid #DF89CE

Tints of Orchid #DF89CE

RGB

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

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

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

R = 39.4%
G = 24.2%
B = 36.4%

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

#DF89CE (or 0xDF89CE) is known color: Orchid. HEX triplet: DF, 89 and CE. RGB value is (223,137,206). Sum of RGB (Red+Green+Blue) = 223+137+206=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89CE is #207631. Grayscale: #AAAAAA. Windows color (decimal): -2127410 or 13535711. OLE color: 13535711.

HSL color Cylindrical-coordinate representation of color #DF89CE: hue angle of 311.86º 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 #DF89CE is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 137 206 -
CMYK 0 0.39 0.08 0.13
HSL 311.86º 0.57% 0.71% -
HSV(B) 311.86º 0.39% 0.87% -
XYZ 50.52 38.04 63.07 -
YUV 170.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 223 137 206 0 0.39 0.08 0.13 311.86 0.57 0.71
Hex DF 89 CE 0 27 8 D 138 39 47
Octal 337 211 316 0 47 10 15 470 71 107
Binary 11011111 10001001 11001110 0 100111 1000 1101 100111000 111001 1000111

Color Harmonies of #DF89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF89CE

Black with #DF89CE

Text Example


Text Example

White with #DF89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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