Html Css Color HEX #DA67DC Orchid

📋 copy color: '#DA67DC'

red 218 ◦ green 103 ◦ blue 220

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

Shades of Orchid #DA67DC

Tints of Orchid #DA67DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.04%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 40.3%
G = 19.04%
B = 40.67%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA67DC (or 0xDA67DC) is known color: Orchid. HEX triplet: DA, 67 and DC. RGB value is (218,103,220). Sum of RGB (Red+Green+Blue) = 218+103+220=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67DC is #259823. Grayscale: #969696. Windows color (decimal): -2463780 or 14444506. OLE color: 14444506.

HSL color Cylindrical-coordinate representation of color #DA67DC: hue angle of 298.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA67DC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 103 220 -
CMYK 0.01 0.53 0 0.14
HSL 298.97º 0.63% 0.63% -
HSV(B) 298.97º 0.53% 0.86% -
XYZ 46.68 29.77 71 -
YUV 150.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 218 103 220 0.01 0.53 0 0.14 298.97 0.63 0.63
Hex DA 67 DC 1 35 0 E 12B 3F 3F
Octal 332 147 334 1 65 0 16 453 77 77
Binary 11011010 1100111 11011100 1 110101 0 1110 100101011 111111 111111

Color Harmonies of #DA67DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA67DC

Black with #DA67DC

Text Example


Text Example

White with #DA67DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA67DC; }

 p { color: rgb(218,103,220); }

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

background-color css

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

 a { background-color: rgb(218,103,220); }

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

border-color css

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

 span { border-color: rgb(218,103,220); }

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