Html Css Color HEX #D77FE3 Orchid

📋 copy color: '#D77FE3'

red 215 ◦ green 127 ◦ blue 227

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

Shades of Orchid #D77FE3

Tints of Orchid #D77FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.89%

R = 37.79%
G = 22.32%
B = 39.89%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D77FE3 (or 0xD77FE3) is known color: Orchid. HEX triplet: D7, 7F and E3. RGB value is (215,127,227). Sum of RGB (Red+Green+Blue) = 215+127+227=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #D77FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FE3 is #28801C. Grayscale: #A4A4A4. Windows color (decimal): -2654237 or 14909399. OLE color: 14909399.

HSL color Cylindrical-coordinate representation of color #D77FE3: hue angle of 292.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77FE3 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 127 227 -
CMYK 0.05 0.44 0 0.11
HSL 292.8º 0.64% 0.69% -
HSV(B) 292.8º 0.44% 0.89% -
XYZ 49.48 35.17 76.85 -
YUV 164.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 215 127 227 0.05 0.44 0 0.11 292.8 0.64 0.69
Hex D7 7F E3 5 2C 0 B 125 40 45
Octal 327 177 343 5 54 0 13 445 100 105
Binary 11010111 1111111 11100011 101 101100 0 1011 100100101 1000000 1000101

Color Harmonies of #D77FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FE3

Black with #D77FE3

Text Example


Text Example

White with #D77FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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