Html Css Color HEX #DA75BF Orchid

📋 copy color: '#DA75BF'

red 218 ◦ green 117 ◦ blue 191

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

Shades of Orchid #DA75BF

Tints of Orchid #DA75BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.31%

R = 41.44%
G = 22.24%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA75BF (or 0xDA75BF) is known color: Orchid. HEX triplet: DA, 75 and BF. RGB value is (218,117,191). Sum of RGB (Red+Green+Blue) = 218+117+191=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75BF is #258A40. Grayscale: #9B9B9B. Windows color (decimal): -2460225 or 12547546. OLE color: 12547546.

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

Color convert

RGB 218 117 191 -
CMYK 0 0.46 0.12 0.15
HSL 316.04º 0.58% 0.66% -
HSV(B) 316.04º 0.46% 0.85% -
XYZ 44.68 31.39 52.99 -
YUV 155.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 218 117 191 0 0.46 0.12 0.15 316.04 0.58 0.66
Hex DA 75 BF 0 2E C F 13C 3A 42
Octal 332 165 277 0 56 14 17 474 72 102
Binary 11011010 1110101 10111111 0 101110 1100 1111 100111100 111010 1000010

Color Harmonies of #DA75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75BF

Black with #DA75BF

Text Example


Text Example

White with #DA75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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