Html Css Color HEX #DB69CD Orchid

📋 copy color: '#DB69CD'

red 219 ◦ green 105 ◦ blue 205

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

Shades of Orchid #DB69CD

Tints of Orchid #DB69CD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.85%

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 41.4%
G = 19.85%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB69CD (or 0xDB69CD) is known color: Orchid. HEX triplet: DB, 69 and CD. RGB value is (219,105,205). Sum of RGB (Red+Green+Blue) = 219+105+205=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69CD is #249632. Grayscale: #969696. Windows color (decimal): -2397747 or 13461979. OLE color: 13461979.

HSL color Cylindrical-coordinate representation of color #DB69CD: hue angle of 307.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69CD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 205 -
CMYK 0 0.52 0.06 0.14
HSL 307.37º 0.61% 0.64% -
HSV(B) 307.37º 0.52% 0.86% -
XYZ 45.28 29.57 61.08 -
YUV 150.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 219 105 205 0 0.52 0.06 0.14 307.37 0.61 0.64
Hex DB 69 CD 0 34 6 E 133 3D 40
Octal 333 151 315 0 64 6 16 463 75 100
Binary 11011011 1101001 11001101 0 110100 110 1110 100110011 111101 1000000

Color Harmonies of #DB69CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69CD

Black with #DB69CD

Text Example


Text Example

White with #DB69CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69CD; }

 p { color: rgb(219,105,205); }

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

background-color css

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

 a { background-color: rgb(219,105,205); }

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

border-color css

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

 span { border-color: rgb(219,105,205); }

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