Html Css Color HEX #D775C9 Orchid

📋 copy color: '#D775C9'

red 215 ◦ green 117 ◦ blue 201

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

Shades of Orchid #D775C9

Tints of Orchid #D775C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 40.34%
G = 21.95%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D775C9 (or 0xD775C9) is known color: Orchid. HEX triplet: D7, 75 and C9. RGB value is (215,117,201). Sum of RGB (Red+Green+Blue) = 215+117+201=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D775C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775C9 is #288A36. Grayscale: #9B9B9B. Windows color (decimal): -2656823 or 13202903. OLE color: 13202903.

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

Color convert

RGB 215 117 201 -
CMYK 0 0.46 0.07 0.16
HSL 308.57º 0.55% 0.65% -
HSV(B) 308.57º 0.46% 0.84% -
XYZ 44.93 31.39 58.95 -
YUV 155.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 215 117 201 0 0.46 0.07 0.16 308.57 0.55 0.65
Hex D7 75 C9 0 2E 7 10 135 37 41
Octal 327 165 311 0 56 7 20 465 67 101
Binary 11010111 1110101 11001001 0 101110 111 10000 100110101 110111 1000001

Color Harmonies of #D775C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775C9

Black with #D775C9

Text Example


Text Example

White with #D775C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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