Html Css Color HEX #DA75BD Orchid

📋 copy color: '#DA75BD'

red 218 ◦ green 117 ◦ blue 189

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

Shades of Orchid #DA75BD

Tints of Orchid #DA75BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 41.6%
G = 22.33%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA75BD (or 0xDA75BD) is known color: Orchid. HEX triplet: DA, 75 and BD. RGB value is (218,117,189). Sum of RGB (Red+Green+Blue) = 218+117+189=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75BD is #258A42. Grayscale: #9B9B9B. Windows color (decimal): -2460227 or 12416474. OLE color: 12416474.

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

Color convert

RGB 218 117 189 -
CMYK 0 0.46 0.13 0.15
HSL 317.23º 0.58% 0.66% -
HSV(B) 317.23º 0.46% 0.85% -
XYZ 44.46 31.3 51.84 -
YUV 155.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 218 117 189 0 0.46 0.13 0.15 317.23 0.58 0.66
Hex DA 75 BD 0 2E D F 13D 3A 42
Octal 332 165 275 0 56 15 17 475 72 102
Binary 11011010 1110101 10111101 0 101110 1101 1111 100111101 111010 1000010

Color Harmonies of #DA75BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75BD

Black with #DA75BD

Text Example


Text Example

White with #DA75BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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