Html Css Color HEX #DA75C8 Orchid

📋 copy color: '#DA75C8'

red 218 ◦ green 117 ◦ blue 200

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

Shades of Orchid #DA75C8

Tints of Orchid #DA75C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 40.75%
G = 21.87%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA75C8 (or 0xDA75C8) is known color: Orchid. HEX triplet: DA, 75 and C8. RGB value is (218,117,200). Sum of RGB (Red+Green+Blue) = 218+117+200=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75C8 is #258A37. Grayscale: #9C9C9C. Windows color (decimal): -2460216 or 13137370. OLE color: 13137370.

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

Color convert

RGB 218 117 200 -
CMYK 0 0.46 0.08 0.15
HSL 310.69º 0.58% 0.66% -
HSV(B) 310.69º 0.46% 0.85% -
XYZ 45.7 31.8 58.37 -
YUV 156.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 218 117 200 0 0.46 0.08 0.15 310.69 0.58 0.66
Hex DA 75 C8 0 2E 8 F 137 3A 42
Octal 332 165 310 0 56 10 17 467 72 102
Binary 11011010 1110101 11001000 0 101110 1000 1111 100110111 111010 1000010

Color Harmonies of #DA75C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75C8

Black with #DA75C8

Text Example


Text Example

White with #DA75C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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