Html Css Color HEX #D775D7 Orchid

📋 copy color: '#D775D7'

red 215 ◦ green 117 ◦ blue 215

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

Shades of Orchid #D775D7

Tints of Orchid #D775D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 39.31%
G = 21.39%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D775D7 (or 0xD775D7) is known color: Orchid. HEX triplet: D7, 75 and D7. RGB value is (215,117,215). Sum of RGB (Red+Green+Blue) = 215+117+215=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D775D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775D7 is #288A28. Grayscale: #9D9D9D. Windows color (decimal): -2656809 or 14120407. OLE color: 14120407.

HSL color Cylindrical-coordinate representation of color #D775D7: hue angle of 300º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775D7 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 215 -
CMYK 0 0.46 0 0.16
HSL 300º 0.55% 0.65% -
HSV(B) 300º 0.46% 0.84% -
XYZ 46.65 32.08 68.02 -
YUV 157.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 215 117 215 0 0.46 0 0.16 300 0.55 0.65
Hex D7 75 D7 0 2E 0 10 12C 37 41
Octal 327 165 327 0 56 0 20 454 67 101
Binary 11010111 1110101 11010111 0 101110 0 10000 100101100 110111 1000001

Color Harmonies of #D775D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775D7

Black with #D775D7

Text Example


Text Example

White with #D775D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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