Html Css Color HEX #D775DC Orchid

📋 copy color: '#D775DC'

red 215 ◦ green 117 ◦ blue 220

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

Shades of Orchid #D775DC

Tints of Orchid #D775DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.2%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 38.95%
G = 21.2%
B = 39.86%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D775DC (or 0xD775DC) is known color: Orchid. HEX triplet: D7, 75 and DC. RGB value is (215,117,220). Sum of RGB (Red+Green+Blue) = 215+117+220=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D775DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775DC is #288A23. Grayscale: #9D9D9D. Windows color (decimal): -2656804 or 14448087. OLE color: 14448087.

HSL color Cylindrical-coordinate representation of color #D775DC: hue angle of 297.09º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D775DC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 117 220 -
CMYK 0.02 0.47 0 0.14
HSL 297.09º 0.6% 0.66% -
HSV(B) 297.09º 0.47% 0.86% -
XYZ 47.3 32.34 71.46 -
YUV 158.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 215 117 220 0.02 0.47 0 0.14 297.09 0.6 0.66
Hex D7 75 DC 2 2F 0 E 129 3C 42
Octal 327 165 334 2 57 0 16 451 74 102
Binary 11010111 1110101 11011100 10 101111 0 1110 100101001 111100 1000010

Color Harmonies of #D775DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775DC

Black with #D775DC

Text Example


Text Example

White with #D775DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775DC; }

 p { color: rgb(215,117,220); }

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

background-color css

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

 a { background-color: rgb(215,117,220); }

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

border-color css

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

 span { border-color: rgb(215,117,220); }

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