Html Css Color HEX #DB68EA Orchid

📋 copy color: '#DB68EA'

red 219 ◦ green 104 ◦ blue 234

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

Shades of Orchid #DB68EA

Tints of Orchid #DB68EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 39.32%
G = 18.67%
B = 42.01%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB68EA (or 0xDB68EA) is known color: Orchid. HEX triplet: DB, 68 and EA. RGB value is (219,104,234). Sum of RGB (Red+Green+Blue) = 219+104+234=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68EA is #249715. Grayscale: #989898. Windows color (decimal): -2397974 or 15362267. OLE color: 15362267.

HSL color Cylindrical-coordinate representation of color #DB68EA: hue angle of 293.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB68EA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 104 234 -
CMYK 0.06 0.56 0 0.08
HSL 293.08º 0.76% 0.66% -
HSV(B) 293.08º 0.56% 0.92% -
XYZ 49.02 30.9 81.22 -
YUV 153.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 219 104 234 0.06 0.56 0 0.08 293.08 0.76 0.66
Hex DB 68 EA 6 38 0 8 125 4C 42
Octal 333 150 352 6 70 0 10 445 114 102
Binary 11011011 1101000 11101010 110 111000 0 1000 100100101 1001100 1000010

Color Harmonies of #DB68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68EA

Black with #DB68EA

Text Example


Text Example

White with #DB68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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