Html Css Color HEX #D77CCF Orchid

📋 copy color: '#D77CCF'

red 215 ◦ green 124 ◦ blue 207

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

Shades of Orchid #D77CCF

Tints of Orchid #D77CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

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

R = 39.38%
G = 22.71%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D77CCF (or 0xD77CCF) is known color: Orchid. HEX triplet: D7, 7C and CF. RGB value is (215,124,207). Sum of RGB (Red+Green+Blue) = 215+124+207=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CCF is #288330. Grayscale: #A0A0A0. Windows color (decimal): -2655025 or 13597911. OLE color: 13597911.

HSL color Cylindrical-coordinate representation of color #D77CCF: hue angle of 305.27º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CCF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 207 -
CMYK 0 0.42 0.04 0.16
HSL 305.27º 0.53% 0.66% -
HSV(B) 305.27º 0.42% 0.84% -
XYZ 46.49 33.37 63.02 -
YUV 160.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 215 124 207 0 0.42 0.04 0.16 305.27 0.53 0.66
Hex D7 7C CF 0 2A 4 10 131 35 42
Octal 327 174 317 0 52 4 20 461 65 102
Binary 11010111 1111100 11001111 0 101010 100 10000 100110001 110101 1000010

Color Harmonies of #D77CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CCF

Black with #D77CCF

Text Example


Text Example

White with #D77CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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