Html Css Color HEX #DA75CF Orchid

📋 copy color: '#DA75CF'

red 218 ◦ green 117 ◦ blue 207

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

Shades of Orchid #DA75CF

Tints of Orchid #DA75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 40.22%
G = 21.59%
B = 38.19%

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

#DA75CF (or 0xDA75CF) is known color: Orchid. HEX triplet: DA, 75 and CF. RGB value is (218,117,207). Sum of RGB (Red+Green+Blue) = 218+117+207=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75CF is #258A30. Grayscale: #9D9D9D. Windows color (decimal): -2460209 or 13596122. OLE color: 13596122.

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

Color convert

RGB 218 117 207 -
CMYK 0 0.46 0.05 0.15
HSL 306.53º 0.58% 0.66% -
HSV(B) 306.53º 0.46% 0.85% -
XYZ 46.54 32.13 62.78 -
YUV 157.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 218 117 207 0 0.46 0.05 0.15 306.53 0.58 0.66
Hex DA 75 CF 0 2E 5 F 133 3A 42
Octal 332 165 317 0 56 5 17 463 72 102
Binary 11011010 1110101 11001111 0 101110 101 1111 100110011 111010 1000010

Color Harmonies of #DA75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75CF

Black with #DA75CF

Text Example


Text Example

White with #DA75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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