Html Css Color HEX #D774CD Orchid

📋 copy color: '#D774CD'

red 215 ◦ green 116 ◦ blue 205

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

Shades of Orchid #D774CD

Tints of Orchid #D774CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 40.11%
G = 21.64%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D774CD (or 0xD774CD) is known color: Orchid. HEX triplet: D7, 74 and CD. RGB value is (215,116,205). Sum of RGB (Red+Green+Blue) = 215+116+205=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D774CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774CD is #288B32. Grayscale: #9B9B9B. Windows color (decimal): -2657075 or 13464791. OLE color: 13464791.

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

Color convert

RGB 215 116 205 -
CMYK 0 0.46 0.05 0.16
HSL 306.06º 0.55% 0.65% -
HSV(B) 306.06º 0.46% 0.84% -
XYZ 45.29 31.35 61.42 -
YUV 155.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 215 116 205 0 0.46 0.05 0.16 306.06 0.55 0.65
Hex D7 74 CD 0 2E 5 10 132 37 41
Octal 327 164 315 0 56 5 20 462 67 101
Binary 11010111 1110100 11001101 0 101110 101 10000 100110010 110111 1000001

Color Harmonies of #D774CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774CD

Black with #D774CD

Text Example


Text Example

White with #D774CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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