Html Css Color HEX #D774C9 Orchid

📋 copy color: '#D774C9'

red 215 ◦ green 116 ◦ blue 201

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

Shades of Orchid #D774C9

Tints of Orchid #D774C9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

 BLUE value IS 201 (78.91% from 255) = 37.78%

R = 40.41%
G = 21.8%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D774C9 (or 0xD774C9) is known color: Orchid. HEX triplet: D7, 74 and C9. RGB value is (215,116,201). Sum of RGB (Red+Green+Blue) = 215+116+201=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D774C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774C9 is #288B36. Grayscale: #9B9B9B. Windows color (decimal): -2657079 or 13202647. OLE color: 13202647.

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

Color convert

RGB 215 116 201 -
CMYK 0 0.46 0.07 0.16
HSL 308.48º 0.55% 0.65% -
HSV(B) 308.48º 0.46% 0.84% -
XYZ 44.81 31.15 58.91 -
YUV 155.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 215 116 201 0 0.46 0.07 0.16 308.48 0.55 0.65
Hex D7 74 C9 0 2E 7 10 134 37 41
Octal 327 164 311 0 56 7 20 464 67 101
Binary 11010111 1110100 11001001 0 101110 111 10000 100110100 110111 1000001

Color Harmonies of #D774C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774C9

Black with #D774C9

Text Example


Text Example

White with #D774C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774C9; }

 p { color: rgb(215,116,201); }

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

background-color css

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

 a { background-color: rgb(215,116,201); }

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

border-color css

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

 span { border-color: rgb(215,116,201); }

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