Html Css Color HEX #DA67E0 Orchid

📋 copy color: '#DA67E0'

red 218 ◦ green 103 ◦ blue 224

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

Shades of Orchid #DA67E0

Tints of Orchid #DA67E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 40%
G = 18.9%
B = 41.1%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA67E0 (or 0xDA67E0) is known color: Orchid. HEX triplet: DA, 67 and E0. RGB value is (218,103,224). Sum of RGB (Red+Green+Blue) = 218+103+224=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA67E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67E0 is #25981F. Grayscale: #969696. Windows color (decimal): -2463776 or 14706650. OLE color: 14706650.

HSL color Cylindrical-coordinate representation of color #DA67E0: hue angle of 297.02º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA67E0 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 103 224 -
CMYK 0.03 0.54 0 0.12
HSL 297.02º 0.66% 0.64% -
HSV(B) 297.02º 0.54% 0.88% -
XYZ 47.22 29.99 73.82 -
YUV 151.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 218 103 224 0.03 0.54 0 0.12 297.02 0.66 0.64
Hex DA 67 E0 3 36 0 C 129 42 40
Octal 332 147 340 3 66 0 14 451 102 100
Binary 11011010 1100111 11100000 11 110110 0 1100 100101001 1000010 1000000

Color Harmonies of #DA67E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA67E0

Black with #DA67E0

Text Example


Text Example

White with #DA67E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA67E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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