Html Css Color HEX #D775CF Orchid

📋 copy color: '#D775CF'

red 215 ◦ green 117 ◦ blue 207

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

Shades of Orchid #D775CF

Tints of Orchid #D775CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 39.89%
G = 21.71%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D775CF (or 0xD775CF) is known color: Orchid. HEX triplet: D7, 75 and CF. RGB value is (215,117,207). Sum of RGB (Red+Green+Blue) = 215+117+207=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D775CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775CF is #288A30. Grayscale: #9C9C9C. Windows color (decimal): -2656817 or 13596119. OLE color: 13596119.

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

Color convert

RGB 215 117 207 -
CMYK 0 0.46 0.04 0.16
HSL 304.9º 0.55% 0.65% -
HSV(B) 304.9º 0.46% 0.84% -
XYZ 45.65 31.67 62.74 -
YUV 156.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 215 117 207 0 0.46 0.04 0.16 304.9 0.55 0.65
Hex D7 75 CF 0 2E 4 10 131 37 41
Octal 327 165 317 0 56 4 20 461 67 101
Binary 11010111 1110101 11001111 0 101110 100 10000 100110001 110111 1000001

Color Harmonies of #D775CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775CF

Black with #D775CF

Text Example


Text Example

White with #D775CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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