Html Css Color HEX #D067DC Orchid

📋 copy color: '#D067DC'

red 208 ◦ green 103 ◦ blue 220

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

Shades of Orchid #D067DC

Tints of Orchid #D067DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 39.17%
G = 19.4%
B = 41.43%

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

#D067DC (or 0xD067DC) is known color: Orchid. HEX triplet: D0, 67 and DC. RGB value is (208,103,220). Sum of RGB (Red+Green+Blue) = 208+103+220=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D067DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067DC is #2F9823. Grayscale: #939393. Windows color (decimal): -3119140 or 14444496. OLE color: 14444496.

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

Color convert

RGB 208 103 220 -
CMYK 0.05 0.53 0 0.14
HSL 293.85º 0.63% 0.63% -
HSV(B) 293.85º 0.53% 0.86% -
XYZ 43.78 28.28 70.86 -
YUV 147.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 208 103 220 0.05 0.53 0 0.14 293.85 0.63 0.63
Hex D0 67 DC 5 35 0 E 126 3F 3F
Octal 320 147 334 5 65 0 16 446 77 77
Binary 11010000 1100111 11011100 101 110101 0 1110 100100110 111111 111111

Color Harmonies of #D067DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067DC

Black with #D067DC

Text Example


Text Example

White with #D067DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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