Html Css Color HEX #D789C8 Orchid

📋 copy color: '#D789C8'

red 215 ◦ green 137 ◦ blue 200

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

Shades of Orchid #D789C8

Tints of Orchid #D789C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.23%

R = 38.95%
G = 24.82%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D789C8 (or 0xD789C8) is known color: Orchid. HEX triplet: D7, 89 and C8. RGB value is (215,137,200). Sum of RGB (Red+Green+Blue) = 215+137+200=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D789C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789C8 is #287637. Grayscale: #A7A7A7. Windows color (decimal): -2651704 or 13142487. OLE color: 13142487.

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

Color convert

RGB 215 137 200 -
CMYK 0 0.36 0.07 0.16
HSL 311.54º 0.49% 0.69% -
HSV(B) 311.54º 0.36% 0.84% -
XYZ 47.4 36.51 59.19 -
YUV 167.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 215 137 200 0 0.36 0.07 0.16 311.54 0.49 0.69
Hex D7 89 C8 0 24 7 10 138 31 45
Octal 327 211 310 0 44 7 20 470 61 105
Binary 11010111 10001001 11001000 0 100100 111 10000 100111000 110001 1000101

Color Harmonies of #D789C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D789C8

Black with #D789C8

Text Example


Text Example

White with #D789C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D789C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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