Html Css Color HEX #DA67DA Orchid

📋 copy color: '#DA67DA'

red 218 ◦ green 103 ◦ blue 218

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

Shades of Orchid #DA67DA

Tints of Orchid #DA67DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 40.45%
G = 19.11%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA67DA (or 0xDA67DA) is known color: Orchid. HEX triplet: DA, 67 and DA. RGB value is (218,103,218). Sum of RGB (Red+Green+Blue) = 218+103+218=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67DA is #259825. Grayscale: #969696. Windows color (decimal): -2463782 or 14313434. OLE color: 14313434.

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

Color convert

RGB 218 103 218 -
CMYK 0 0.53 0 0.15
HSL 300º 0.61% 0.63% -
HSV(B) 300º 0.53% 0.85% -
XYZ 46.42 29.67 69.61 -
YUV 150.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 218 103 218 0 0.53 0 0.15 300 0.61 0.63
Hex DA 67 DA 0 35 0 F 12C 3D 3F
Octal 332 147 332 0 65 0 17 454 75 77
Binary 11011010 1100111 11011010 0 110101 0 1111 100101100 111101 111111

Color Harmonies of #DA67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA67DA

Black with #DA67DA

Text Example


Text Example

White with #DA67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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