Html Css Color HEX #DA74C8 Orchid

📋 copy color: '#DA74C8'

red 218 ◦ green 116 ◦ blue 200

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

Shades of Orchid #DA74C8

Tints of Orchid #DA74C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 40.82%
G = 21.72%
B = 37.45%

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

#DA74C8 (or 0xDA74C8) is known color: Orchid. HEX triplet: DA, 74 and C8. RGB value is (218,116,200). Sum of RGB (Red+Green+Blue) = 218+116+200=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74C8 is #258B37. Grayscale: #9B9B9B. Windows color (decimal): -2460472 or 13137114. OLE color: 13137114.

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

Color convert

RGB 218 116 200 -
CMYK 0 0.47 0.08 0.15
HSL 310.59º 0.58% 0.65% -
HSV(B) 310.59º 0.47% 0.85% -
XYZ 45.58 31.57 58.33 -
YUV 156.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 218 116 200 0 0.47 0.08 0.15 310.59 0.58 0.65
Hex DA 74 C8 0 2F 8 F 137 3A 41
Octal 332 164 310 0 57 10 17 467 72 101
Binary 11011010 1110100 11001000 0 101111 1000 1111 100110111 111010 1000001

Color Harmonies of #DA74C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74C8

Black with #DA74C8

Text Example


Text Example

White with #DA74C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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