Html Css Color HEX #DA6ABC Orchid

📋 copy color: '#DA6ABC'

red 218 ◦ green 106 ◦ blue 188

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

Shades of Orchid #DA6ABC

Tints of Orchid #DA6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.7%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 42.58%
G = 20.7%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA6ABC (or 0xDA6ABC) is known color: Orchid. HEX triplet: DA, 6A and BC. RGB value is (218,106,188). Sum of RGB (Red+Green+Blue) = 218+106+188=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ABC is #259543. Grayscale: #949494. Windows color (decimal): -2463044 or 12348122. OLE color: 12348122.

HSL color Cylindrical-coordinate representation of color #DA6ABC: hue angle of 316.07º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6ABC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 106 188 -
CMYK 0 0.51 0.14 0.15
HSL 316.07º 0.6% 0.64% -
HSV(B) 316.07º 0.51% 0.85% -
XYZ 43.14 28.84 50.87 -
YUV 148.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 218 106 188 0 0.51 0.14 0.15 316.07 0.6 0.64
Hex DA 6A BC 0 33 E F 13C 3C 40
Octal 332 152 274 0 63 16 17 474 74 100
Binary 11011010 1101010 10111100 0 110011 1110 1111 100111100 111100 1000000

Color Harmonies of #DA6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ABC

Black with #DA6ABC

Text Example


Text Example

White with #DA6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ABC; }

 p { color: rgb(218,106,188); }

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

background-color css

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

 a { background-color: rgb(218,106,188); }

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

border-color css

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

 span { border-color: rgb(218,106,188); }

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