Html Css Color HEX #D067DB Orchid

📋 copy color: '#D067DB'

red 208 ◦ green 103 ◦ blue 219

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

Shades of Orchid #D067DB

Tints of Orchid #D067DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.43%

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

R = 39.25%
G = 19.43%
B = 41.32%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D067DB (or 0xD067DB) is known color: Orchid. HEX triplet: D0, 67 and DB. RGB value is (208,103,219). Sum of RGB (Red+Green+Blue) = 208+103+219=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #D067DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067DB is #2F9824. Grayscale: #939393. Windows color (decimal): -3119141 or 14378960. OLE color: 14378960.

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

Color convert

RGB 208 103 219 -
CMYK 0.05 0.53 0 0.14
HSL 294.31º 0.62% 0.63% -
HSV(B) 294.31º 0.53% 0.86% -
XYZ 43.65 28.22 70.17 -
YUV 147.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 208 103 219 0.05 0.53 0 0.14 294.31 0.62 0.63
Hex D0 67 DB 5 35 0 E 126 3E 3F
Octal 320 147 333 5 65 0 16 446 76 77
Binary 11010000 1100111 11011011 101 110101 0 1110 100100110 111110 111111

Color Harmonies of #D067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067DB

Black with #D067DB

Text Example


Text Example

White with #D067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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