Html Css Color HEX #D77CE1 Orchid

📋 copy color: '#D77CE1'

red 215 ◦ green 124 ◦ blue 225

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

Shades of Orchid #D77CE1

Tints of Orchid #D77CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 38.12%
G = 21.99%
B = 39.89%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D77CE1 (or 0xD77CE1) is known color: Orchid. HEX triplet: D7, 7C and E1. RGB value is (215,124,225). Sum of RGB (Red+Green+Blue) = 215+124+225=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #D77CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CE1 is #28831E. Grayscale: #A2A2A2. Windows color (decimal): -2655007 or 14777559. OLE color: 14777559.

HSL color Cylindrical-coordinate representation of color #D77CE1: hue angle of 294.06º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77CE1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 124 225 -
CMYK 0.04 0.45 0 0.12
HSL 294.06º 0.63% 0.68% -
HSV(B) 294.06º 0.45% 0.88% -
XYZ 48.82 34.3 75.28 -
YUV 162.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 215 124 225 0.04 0.45 0 0.12 294.06 0.63 0.68
Hex D7 7C E1 4 2D 0 C 126 3F 44
Octal 327 174 341 4 55 0 14 446 77 104
Binary 11010111 1111100 11100001 100 101101 0 1100 100100110 111111 1000100

Color Harmonies of #D77CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CE1

Black with #D77CE1

Text Example


Text Example

White with #D77CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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