Html Css Color HEX #DA74C5 Orchid

📋 copy color: '#DA74C5'

red 218 ◦ green 116 ◦ blue 197

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

Shades of Orchid #DA74C5

Tints of Orchid #DA74C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 41.05%
G = 21.85%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA74C5 (or 0xDA74C5) is known color: Orchid. HEX triplet: DA, 74 and C5. RGB value is (218,116,197). Sum of RGB (Red+Green+Blue) = 218+116+197=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74C5 is #258B3A. Grayscale: #9B9B9B. Windows color (decimal): -2460475 or 12940506. OLE color: 12940506.

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

Color convert

RGB 218 116 197 -
CMYK 0 0.47 0.10 0.15
HSL 312.35º 0.58% 0.65% -
HSV(B) 312.35º 0.47% 0.85% -
XYZ 45.24 31.43 56.51 -
YUV 155.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 218 116 197 0 0.47 0.10 0.15 312.35 0.58 0.65
Hex DA 74 C5 0 2F A F 138 3A 41
Octal 332 164 305 0 57 12 17 470 72 101
Binary 11011010 1110100 11000101 0 101111 1010 1111 100111000 111010 1000001

Color Harmonies of #DA74C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74C5

Black with #DA74C5

Text Example


Text Example

White with #DA74C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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