Html Css Color HEX #D789CD Orchid

📋 copy color: '#D789CD'

red 215 ◦ green 137 ◦ blue 205

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

Shades of Orchid #D789CD

Tints of Orchid #D789CD

RGB

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

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

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

R = 38.6%
G = 24.6%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D789CD (or 0xD789CD) is known color: Orchid. HEX triplet: D7, 89 and CD. RGB value is (215,137,205). Sum of RGB (Red+Green+Blue) = 215+137+205=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D789CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789CD is #287632. Grayscale: #A7A7A7. Windows color (decimal): -2651699 or 13470167. OLE color: 13470167.

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

Color convert

RGB 215 137 205 -
CMYK 0 0.36 0.05 0.16
HSL 307.69º 0.49% 0.69% -
HSV(B) 307.69º 0.36% 0.84% -
XYZ 47.99 36.75 62.32 -
YUV 168.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 215 137 205 0 0.36 0.05 0.16 307.69 0.49 0.69
Hex D7 89 CD 0 24 5 10 134 31 45
Octal 327 211 315 0 44 5 20 464 61 105
Binary 11010111 10001001 11001101 0 100100 101 10000 100110100 110001 1000101

Color Harmonies of #D789CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D789CD

Black with #D789CD

Text Example


Text Example

White with #D789CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D789CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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