Html Css Color HEX #DA67D6 Orchid

📋 copy color: '#DA67D6'

red 218 ◦ green 103 ◦ blue 214

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

Shades of Orchid #DA67D6

Tints of Orchid #DA67D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 40.75%
G = 19.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA67D6 (or 0xDA67D6) is known color: Orchid. HEX triplet: DA, 67 and D6. RGB value is (218,103,214). Sum of RGB (Red+Green+Blue) = 218+103+214=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67D6 is #259829. Grayscale: #959595. Windows color (decimal): -2463786 or 14051290. OLE color: 14051290.

HSL color Cylindrical-coordinate representation of color #DA67D6: hue angle of 302.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA67D6 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 214 -
CMYK 0 0.53 0.02 0.15
HSL 302.09º 0.61% 0.63% -
HSV(B) 302.09º 0.53% 0.85% -
XYZ 45.9 29.46 66.89 -
YUV 150.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 218 103 214 0 0.53 0.02 0.15 302.09 0.61 0.63
Hex DA 67 D6 0 35 2 F 12E 3D 3F
Octal 332 147 326 0 65 2 17 456 75 77
Binary 11011010 1100111 11010110 0 110101 10 1111 100101110 111101 111111

Color Harmonies of #DA67D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA67D6

Black with #DA67D6

Text Example


Text Example

White with #DA67D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA67D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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