Html Css Color HEX #DA75C2 Orchid

📋 copy color: '#DA75C2'

red 218 ◦ green 117 ◦ blue 194

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

Shades of Orchid #DA75C2

Tints of Orchid #DA75C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 41.21%
G = 22.12%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA75C2 (or 0xDA75C2) is known color: Orchid. HEX triplet: DA, 75 and C2. RGB value is (218,117,194). Sum of RGB (Red+Green+Blue) = 218+117+194=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75C2 is #258A3D. Grayscale: #9B9B9B. Windows color (decimal): -2460222 or 12744154. OLE color: 12744154.

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

Color convert

RGB 218 117 194 -
CMYK 0 0.46 0.11 0.15
HSL 314.26º 0.58% 0.66% -
HSV(B) 314.26º 0.46% 0.85% -
XYZ 45.01 31.52 54.75 -
YUV 155.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 218 117 194 0 0.46 0.11 0.15 314.26 0.58 0.66
Hex DA 75 C2 0 2E B F 13A 3A 42
Octal 332 165 302 0 56 13 17 472 72 102
Binary 11011010 1110101 11000010 0 101110 1011 1111 100111010 111010 1000010

Color Harmonies of #DA75C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75C2

Black with #DA75C2

Text Example


Text Example

White with #DA75C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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