Html Css Color HEX #DA6BCE Orchid

📋 copy color: '#DA6BCE'

red 218 ◦ green 107 ◦ blue 206

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

Shades of Orchid #DA6BCE

Tints of Orchid #DA6BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 41.05%
G = 20.15%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6BCE (or 0xDA6BCE) is known color: Orchid. HEX triplet: DA, 6B and CE. RGB value is (218,107,206). Sum of RGB (Red+Green+Blue) = 218+107+206=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BCE is #259431. Grayscale: #979797. Windows color (decimal): -2462770 or 13528026. OLE color: 13528026.

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

Color convert

RGB 218 107 206 -
CMYK 0 0.51 0.06 0.15
HSL 306.49º 0.6% 0.64% -
HSV(B) 306.49º 0.51% 0.85% -
XYZ 45.31 29.88 61.77 -
YUV 151.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 218 107 206 0 0.51 0.06 0.15 306.49 0.6 0.64
Hex DA 6B CE 0 33 6 F 132 3C 40
Octal 332 153 316 0 63 6 17 462 74 100
Binary 11011010 1101011 11001110 0 110011 110 1111 100110010 111100 1000000

Color Harmonies of #DA6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BCE

Black with #DA6BCE

Text Example


Text Example

White with #DA6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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