Html Css Color HEX #DA74E7 Orchid

📋 copy color: '#DA74E7'

red 218 ◦ green 116 ◦ blue 231

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

Shades of Orchid #DA74E7

Tints of Orchid #DA74E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 38.58%
G = 20.53%
B = 40.88%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DA74E7 (or 0xDA74E7) is known color: Orchid. HEX triplet: DA, 74 and E7. RGB value is (218,116,231). Sum of RGB (Red+Green+Blue) = 218+116+231=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA74E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74E7 is #258B18. Grayscale: #9F9F9F. Windows color (decimal): -2460441 or 15168730. OLE color: 15168730.

HSL color Cylindrical-coordinate representation of color #DA74E7: hue angle of 293.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA74E7 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 116 231 -
CMYK 0.06 0.50 0 0.09
HSL 293.22º 0.71% 0.68% -
HSV(B) 293.22º 0.5% 0.91% -
XYZ 49.58 33.17 79.39 -
YUV 159.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 218 116 231 0.06 0.50 0 0.09 293.22 0.71 0.68
Hex DA 74 E7 6 32 0 9 125 47 44
Octal 332 164 347 6 62 0 11 445 107 104
Binary 11011010 1110100 11100111 110 110010 0 1001 100100101 1000111 1000100

Color Harmonies of #DA74E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74E7

Black with #DA74E7

Text Example


Text Example

White with #DA74E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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