Html Css Color HEX #D069DB Orchid

📋 copy color: '#D069DB'

red 208 ◦ green 105 ◦ blue 219

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

Shades of Orchid #D069DB

Tints of Orchid #D069DB

RGB

 RED value IS 208 (81.64% from 255) = 39.1%

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 39.1%
G = 19.74%
B = 41.17%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D069DB (or 0xD069DB) is known color: Orchid. HEX triplet: D0, 69 and DB. RGB value is (208,105,219). Sum of RGB (Red+Green+Blue) = 208+105+219=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #D069DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069DB is #2F9624. Grayscale: #949494. Windows color (decimal): -3118629 or 14379472. OLE color: 14379472.

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

Color convert

RGB 208 105 219 -
CMYK 0.05 0.52 0 0.14
HSL 294.21º 0.61% 0.64% -
HSV(B) 294.21º 0.52% 0.86% -
XYZ 43.85 28.63 70.23 -
YUV 148.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 208 105 219 0.05 0.52 0 0.14 294.21 0.61 0.64
Hex D0 69 DB 5 34 0 E 126 3D 40
Octal 320 151 333 5 64 0 16 446 75 100
Binary 11010000 1101001 11011011 101 110100 0 1110 100100110 111101 1000000

Color Harmonies of #D069DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069DB

Black with #D069DB

Text Example


Text Example

White with #D069DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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