Html Css Color HEX #DA67BE Orchid

📋 copy color: '#DA67BE'

red 218 ◦ green 103 ◦ blue 190

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

Shades of Orchid #DA67BE

Tints of Orchid #DA67BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 42.66%
G = 20.16%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA67BE (or 0xDA67BE) is known color: Orchid. HEX triplet: DA, 67 and BE. RGB value is (218,103,190). Sum of RGB (Red+Green+Blue) = 218+103+190=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67BE is #259841. Grayscale: #939393. Windows color (decimal): -2463810 or 12478426. OLE color: 12478426.

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

Color convert

RGB 218 103 190 -
CMYK 0 0.53 0.13 0.15
HSL 314.61º 0.61% 0.63% -
HSV(B) 314.61º 0.53% 0.85% -
XYZ 43.06 28.32 51.91 -
YUV 147.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 218 103 190 0 0.53 0.13 0.15 314.61 0.61 0.63
Hex DA 67 BE 0 35 D F 13B 3D 3F
Octal 332 147 276 0 65 15 17 473 75 77
Binary 11011010 1100111 10111110 0 110101 1101 1111 100111011 111101 111111

Color Harmonies of #DA67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA67BE

Black with #DA67BE

Text Example


Text Example

White with #DA67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA67BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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