Html Css Color HEX #DA75D4 Orchid

📋 copy color: '#DA75D4'

red 218 ◦ green 117 ◦ blue 212

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

Shades of Orchid #DA75D4

Tints of Orchid #DA75D4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.39%

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 39.85%
G = 21.39%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA75D4 (or 0xDA75D4) is known color: Orchid. HEX triplet: DA, 75 and D4. RGB value is (218,117,212). Sum of RGB (Red+Green+Blue) = 218+117+212=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75D4 is #258A2B. Grayscale: #9D9D9D. Windows color (decimal): -2460204 or 13923802. OLE color: 13923802.

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

Color convert

RGB 218 117 212 -
CMYK 0 0.46 0.03 0.15
HSL 303.56º 0.58% 0.66% -
HSV(B) 303.56º 0.46% 0.85% -
XYZ 47.16 32.38 66.05 -
YUV 158.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 218 117 212 0 0.46 0.03 0.15 303.56 0.58 0.66
Hex DA 75 D4 0 2E 3 F 130 3A 42
Octal 332 165 324 0 56 3 17 460 72 102
Binary 11011010 1110101 11010100 0 101110 11 1111 100110000 111010 1000010

Color Harmonies of #DA75D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75D4

Black with #DA75D4

Text Example


Text Example

White with #DA75D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75D4; }

 p { color: rgb(218,117,212); }

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

background-color css

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

 a { background-color: rgb(218,117,212); }

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

border-color css

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

 span { border-color: rgb(218,117,212); }

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