Html Css Color HEX #DB68C9 Orchid

📋 copy color: '#DB68C9'

red 219 ◦ green 104 ◦ blue 201

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

Shades of Orchid #DB68C9

Tints of Orchid #DB68C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 41.79%
G = 19.85%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB68C9 (or 0xDB68C9) is known color: Orchid. HEX triplet: DB, 68 and C9. RGB value is (219,104,201). Sum of RGB (Red+Green+Blue) = 219+104+201=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68C9 is #249736. Grayscale: #959595. Windows color (decimal): -2398007 or 13199579. OLE color: 13199579.

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

Color convert

RGB 219 104 201 -
CMYK 0 0.53 0.08 0.14
HSL 309.39º 0.61% 0.63% -
HSV(B) 309.39º 0.53% 0.86% -
XYZ 44.71 29.18 58.53 -
YUV 149.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 219 104 201 0 0.53 0.08 0.14 309.39 0.61 0.63
Hex DB 68 C9 0 35 8 E 135 3D 3F
Octal 333 150 311 0 65 10 16 465 75 77
Binary 11011011 1101000 11001001 0 110101 1000 1110 100110101 111101 111111

Color Harmonies of #DB68C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68C9

Black with #DB68C9

Text Example


Text Example

White with #DB68C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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