Html Css Color HEX #D775D4 Orchid

📋 copy color: '#D775D4'

red 215 ◦ green 117 ◦ blue 212

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

Shades of Orchid #D775D4

Tints of Orchid #D775D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 39.52%
G = 21.51%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D775D4 (or 0xD775D4) is known color: Orchid. HEX triplet: D7, 75 and D4. RGB value is (215,117,212). Sum of RGB (Red+Green+Blue) = 215+117+212=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D775D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775D4 is #288A2B. Grayscale: #9C9C9C. Windows color (decimal): -2656812 or 13923799. OLE color: 13923799.

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

Color convert

RGB 215 117 212 -
CMYK 0 0.46 0.01 0.16
HSL 301.84º 0.55% 0.65% -
HSV(B) 301.84º 0.46% 0.84% -
XYZ 46.27 31.92 66.01 -
YUV 157.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 215 117 212 0 0.46 0.01 0.16 301.84 0.55 0.65
Hex D7 75 D4 0 2E 1 10 12E 37 41
Octal 327 165 324 0 56 1 20 456 67 101
Binary 11010111 1110101 11010100 0 101110 1 10000 100101110 110111 1000001

Color Harmonies of #D775D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775D4

Black with #D775D4

Text Example


Text Example

White with #D775D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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