Html Css Color HEX #DB68D6 Orchid

📋 copy color: '#DB68D6'

red 219 ◦ green 104 ◦ blue 214

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

Shades of Orchid #DB68D6

Tints of Orchid #DB68D6

RGB

 RED value IS 219 (85.94% from 255) = 40.78%

 GREEN value IS 104 (41.02% from 255) = 19.37%

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

R = 40.78%
G = 19.37%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB68D6 (or 0xDB68D6) is known color: Orchid. HEX triplet: DB, 68 and D6. RGB value is (219,104,214). Sum of RGB (Red+Green+Blue) = 219+104+214=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68D6 is #249729. Grayscale: #969696. Windows color (decimal): -2397994 or 14051547. OLE color: 14051547.

HSL color Cylindrical-coordinate representation of color #DB68D6: hue angle of 302.61º degrees, saturation: 0.61, 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 #DB68D6 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 104 214 -
CMYK 0 0.53 0.02 0.14
HSL 302.61º 0.61% 0.63% -
HSV(B) 302.61º 0.53% 0.86% -
XYZ 46.3 29.82 66.93 -
YUV 150.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 219 104 214 0 0.53 0.02 0.14 302.61 0.61 0.63
Hex DB 68 D6 0 35 2 E 12F 3D 3F
Octal 333 150 326 0 65 2 16 457 75 77
Binary 11011011 1101000 11010110 0 110101 10 1110 100101111 111101 111111

Color Harmonies of #DB68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68D6

Black with #DB68D6

Text Example


Text Example

White with #DB68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68D6; }

 p { color: rgb(219,104,214); }

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

background-color css

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

 a { background-color: rgb(219,104,214); }

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

border-color css

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

 span { border-color: rgb(219,104,214); }

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