Html Css Color HEX #D775CE Orchid

📋 copy color: '#D775CE'

red 215 ◦ green 117 ◦ blue 206

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

Shades of Orchid #D775CE

Tints of Orchid #D775CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 39.96%
G = 21.75%
B = 38.29%

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

#D775CE (or 0xD775CE) is known color: Orchid. HEX triplet: D7, 75 and CE. RGB value is (215,117,206). Sum of RGB (Red+Green+Blue) = 215+117+206=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D775CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775CE is #288A31. Grayscale: #9C9C9C. Windows color (decimal): -2656818 or 13530583. OLE color: 13530583.

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

Color convert

RGB 215 117 206 -
CMYK 0 0.46 0.04 0.16
HSL 305.51º 0.55% 0.65% -
HSV(B) 305.51º 0.46% 0.84% -
XYZ 45.53 31.63 62.1 -
YUV 156.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 215 117 206 0 0.46 0.04 0.16 305.51 0.55 0.65
Hex D7 75 CE 0 2E 4 10 132 37 41
Octal 327 165 316 0 56 4 20 462 67 101
Binary 11010111 1110101 11001110 0 101110 100 10000 100110010 110111 1000001

Color Harmonies of #D775CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775CE

Black with #D775CE

Text Example


Text Example

White with #D775CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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