Html Css Color HEX #DA6BC4 Orchid

📋 copy color: '#DA6BC4'

red 218 ◦ green 107 ◦ blue 196

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

Shades of Orchid #DA6BC4

Tints of Orchid #DA6BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 41.84%
G = 20.54%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA6BC4 (or 0xDA6BC4) is known color: Orchid. HEX triplet: DA, 6B and C4. RGB value is (218,107,196). Sum of RGB (Red+Green+Blue) = 218+107+196=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BC4 is #25943B. Grayscale: #969696. Windows color (decimal): -2462780 or 12872666. OLE color: 12872666.

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

Color convert

RGB 218 107 196 -
CMYK 0 0.51 0.10 0.15
HSL 311.89º 0.6% 0.64% -
HSV(B) 311.89º 0.51% 0.85% -
XYZ 44.13 29.41 55.57 -
YUV 150.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 218 107 196 0 0.51 0.10 0.15 311.89 0.6 0.64
Hex DA 6B C4 0 33 A F 138 3C 40
Octal 332 153 304 0 63 12 17 470 74 100
Binary 11011010 1101011 11000100 0 110011 1010 1111 100111000 111100 1000000

Color Harmonies of #DA6BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BC4

Black with #DA6BC4

Text Example


Text Example

White with #DA6BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BC4; }

 p { color: rgb(218,107,196); }

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

background-color css

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

 a { background-color: rgb(218,107,196); }

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

border-color css

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

 span { border-color: rgb(218,107,196); }

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