Html Css Color HEX #D789CF Orchid

📋 copy color: '#D789CF'

red 215 ◦ green 137 ◦ blue 207

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

Shades of Orchid #D789CF

Tints of Orchid #D789CF

RGB

 RED value IS 215 (84.38% from 255) = 38.46%

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 38.46%
G = 24.51%
B = 37.03%

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

#D789CF (or 0xD789CF) is known color: Orchid. HEX triplet: D7, 89 and CF. RGB value is (215,137,207). Sum of RGB (Red+Green+Blue) = 215+137+207=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D789CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789CF is #287630. Grayscale: #A8A8A8. Windows color (decimal): -2651697 or 13601239. OLE color: 13601239.

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

Color convert

RGB 215 137 207 -
CMYK 0 0.36 0.04 0.16
HSL 306.15º 0.49% 0.69% -
HSV(B) 306.15º 0.36% 0.84% -
XYZ 48.23 36.84 63.6 -
YUV 168.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 215 137 207 0 0.36 0.04 0.16 306.15 0.49 0.69
Hex D7 89 CF 0 24 4 10 132 31 45
Octal 327 211 317 0 44 4 20 462 61 105
Binary 11010111 10001001 11001111 0 100100 100 10000 100110010 110001 1000101

Color Harmonies of #D789CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D789CF

Black with #D789CF

Text Example


Text Example

White with #D789CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D789CF; }

 p { color: rgb(215,137,207); }

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

background-color css

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

 a { background-color: rgb(215,137,207); }

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

border-color css

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

 span { border-color: rgb(215,137,207); }

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