Html Css Color HEX #D770C7 Orchid

📋 copy color: '#D770C7'

red 215 ◦ green 112 ◦ blue 199

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

Shades of Orchid #D770C7

Tints of Orchid #D770C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 40.87%
G = 21.29%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D770C7 (or 0xD770C7) is known color: Orchid. HEX triplet: D7, 70 and C7. RGB value is (215,112,199). Sum of RGB (Red+Green+Blue) = 215+112+199=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C7 is #288F38. Grayscale: #989898. Windows color (decimal): -2658105 or 13070551. OLE color: 13070551.

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

Color convert

RGB 215 112 199 -
CMYK 0 0.48 0.07 0.16
HSL 309.32º 0.56% 0.64% -
HSV(B) 309.32º 0.48% 0.84% -
XYZ 44.13 30.16 57.53 -
YUV 152.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 215 112 199 0 0.48 0.07 0.16 309.32 0.56 0.64
Hex D7 70 C7 0 30 7 10 135 38 40
Octal 327 160 307 0 60 7 20 465 70 100
Binary 11010111 1110000 11000111 0 110000 111 10000 100110101 111000 1000000

Color Harmonies of #D770C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770C7

Black with #D770C7

Text Example


Text Example

White with #D770C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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