Html Css Color HEX #DA75CA Orchid

📋 copy color: '#DA75CA'

red 218 ◦ green 117 ◦ blue 202

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

Shades of Orchid #DA75CA

Tints of Orchid #DA75CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 40.6%
G = 21.79%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA75CA (or 0xDA75CA) is known color: Orchid. HEX triplet: DA, 75 and CA. RGB value is (218,117,202). Sum of RGB (Red+Green+Blue) = 218+117+202=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75CA is #258A35. Grayscale: #9C9C9C. Windows color (decimal): -2460214 or 13268442. OLE color: 13268442.

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

Color convert

RGB 218 117 202 -
CMYK 0 0.46 0.07 0.15
HSL 309.5º 0.58% 0.66% -
HSV(B) 309.5º 0.46% 0.85% -
XYZ 45.94 31.89 59.61 -
YUV 156.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 218 117 202 0 0.46 0.07 0.15 309.5 0.58 0.66
Hex DA 75 CA 0 2E 7 F 136 3A 42
Octal 332 165 312 0 56 7 17 466 72 102
Binary 11011010 1110101 11001010 0 101110 111 1111 100110110 111010 1000010

Color Harmonies of #DA75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75CA

Black with #DA75CA

Text Example


Text Example

White with #DA75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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