Html Css Color HEX #DA75D0 Orchid

📋 copy color: '#DA75D0'

red 218 ◦ green 117 ◦ blue 208

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

Shades of Orchid #DA75D0

Tints of Orchid #DA75D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 40.15%
G = 21.55%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA75D0 (or 0xDA75D0) is known color: Orchid. HEX triplet: DA, 75 and D0. RGB value is (218,117,208). Sum of RGB (Red+Green+Blue) = 218+117+208=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75D0 is #258A2F. Grayscale: #9D9D9D. Windows color (decimal): -2460208 or 13661658. OLE color: 13661658.

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

Color convert

RGB 218 117 208 -
CMYK 0 0.46 0.05 0.15
HSL 305.94º 0.58% 0.66% -
HSV(B) 305.94º 0.46% 0.85% -
XYZ 46.66 32.18 63.43 -
YUV 157.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 218 117 208 0 0.46 0.05 0.15 305.94 0.58 0.66
Hex DA 75 D0 0 2E 5 F 132 3A 42
Octal 332 165 320 0 56 5 17 462 72 102
Binary 11011010 1110101 11010000 0 101110 101 1111 100110010 111010 1000010

Color Harmonies of #DA75D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75D0

Black with #DA75D0

Text Example


Text Example

White with #DA75D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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