Html Css Color HEX #DA74C7 Orchid

📋 copy color: '#DA74C7'

red 218 ◦ green 116 ◦ blue 199

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

Shades of Orchid #DA74C7

Tints of Orchid #DA74C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 40.9%
G = 21.76%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA74C7 (or 0xDA74C7) is known color: Orchid. HEX triplet: DA, 74 and C7. RGB value is (218,116,199). Sum of RGB (Red+Green+Blue) = 218+116+199=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74C7 is #258B38. Grayscale: #9B9B9B. Windows color (decimal): -2460473 or 13071578. OLE color: 13071578.

HSL color Cylindrical-coordinate representation of color #DA74C7: hue angle of 311.18º 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 #DA74C7 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 199 -
CMYK 0 0.47 0.09 0.15
HSL 311.18º 0.58% 0.65% -
HSV(B) 311.18º 0.47% 0.85% -
XYZ 45.47 31.52 57.72 -
YUV 155.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 218 116 199 0 0.47 0.09 0.15 311.18 0.58 0.65
Hex DA 74 C7 0 2F 9 F 137 3A 41
Octal 332 164 307 0 57 11 17 467 72 101
Binary 11011010 1110100 11000111 0 101111 1001 1111 100110111 111010 1000001

Color Harmonies of #DA74C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74C7

Black with #DA74C7

Text Example


Text Example

White with #DA74C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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