Html Css Color HEX #D77FDF Orchid

📋 copy color: '#D77FDF'

red 215 ◦ green 127 ◦ blue 223

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

Shades of Orchid #D77FDF

Tints of Orchid #D77FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.48%

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 38.05%
G = 22.48%
B = 39.47%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D77FDF (or 0xD77FDF) is known color: Orchid. HEX triplet: D7, 7F and DF. RGB value is (215,127,223). Sum of RGB (Red+Green+Blue) = 215+127+223=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D77FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FDF is #288020. Grayscale: #A3A3A3. Windows color (decimal): -2654241 or 14647255. OLE color: 14647255.

HSL color Cylindrical-coordinate representation of color #D77FDF: hue angle of 295º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77FDF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 127 223 -
CMYK 0.04 0.43 0 0.13
HSL 295º 0.6% 0.69% -
HSV(B) 295º 0.43% 0.87% -
XYZ 48.93 34.95 73.98 -
YUV 164.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 215 127 223 0.04 0.43 0 0.13 295 0.6 0.69
Hex D7 7F DF 4 2B 0 D 127 3C 45
Octal 327 177 337 4 53 0 15 447 74 105
Binary 11010111 1111111 11011111 100 101011 0 1101 100100111 111100 1000101

Color Harmonies of #D77FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FDF

Black with #D77FDF

Text Example


Text Example

White with #D77FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FDF; }

 p { color: rgb(215,127,223); }

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

background-color css

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

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

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

border-color css

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

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

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