Html Css Color HEX #DA74C9 Orchid

📋 copy color: '#DA74C9'

red 218 ◦ green 116 ◦ blue 201

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

Shades of Orchid #DA74C9

Tints of Orchid #DA74C9

RGB

 RED value IS 218 (85.55% from 255) = 40.75%

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

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

R = 40.75%
G = 21.68%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA74C9 (or 0xDA74C9) is known color: Orchid. HEX triplet: DA, 74 and C9. RGB value is (218,116,201). Sum of RGB (Red+Green+Blue) = 218+116+201=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74C9 is #258B36. Grayscale: #9B9B9B. Windows color (decimal): -2460471 or 13202650. OLE color: 13202650.

HSL color Cylindrical-coordinate representation of color #DA74C9: hue angle of 310º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74C9 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 201 -
CMYK 0 0.47 0.08 0.15
HSL 310º 0.58% 0.65% -
HSV(B) 310º 0.47% 0.85% -
XYZ 45.7 31.61 58.95 -
YUV 156.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 218 116 201 0 0.47 0.08 0.15 310 0.58 0.65
Hex DA 74 C9 0 2F 8 F 136 3A 41
Octal 332 164 311 0 57 10 17 466 72 101
Binary 11011010 1110100 11001001 0 101111 1000 1111 100110110 111010 1000001

Color Harmonies of #DA74C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74C9

Black with #DA74C9

Text Example


Text Example

White with #DA74C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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