Html Css Color HEX #D770C5 Orchid

📋 copy color: '#D770C5'

red 215 ◦ green 112 ◦ blue 197

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

Shades of Orchid #D770C5

Tints of Orchid #D770C5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 41.03%
G = 21.37%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D770C5 (or 0xD770C5) is known color: Orchid. HEX triplet: D7, 70 and C5. RGB value is (215,112,197). Sum of RGB (Red+Green+Blue) = 215+112+197=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C5 is #288F3A. Grayscale: #989898. Windows color (decimal): -2658107 or 12939479. OLE color: 12939479.

HSL color Cylindrical-coordinate representation of color #D770C5: hue angle of 310.49º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770C5 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 197 -
CMYK 0 0.48 0.08 0.16
HSL 310.49º 0.56% 0.64% -
HSV(B) 310.49º 0.48% 0.84% -
XYZ 43.9 30.07 56.31 -
YUV 152.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 215 112 197 0 0.48 0.08 0.16 310.49 0.56 0.64
Hex D7 70 C5 0 30 8 10 136 38 40
Octal 327 160 305 0 60 10 20 466 70 100
Binary 11010111 1110000 11000101 0 110000 1000 10000 100110110 111000 1000000

Color Harmonies of #D770C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770C5

Black with #D770C5

Text Example


Text Example

White with #D770C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770C5; }

 p { color: rgb(215,112,197); }

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

background-color css

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

 a { background-color: rgb(215,112,197); }

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

border-color css

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

 span { border-color: rgb(215,112,197); }

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